gimp r26952 - in trunk: . app/core
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r26952 - in trunk: . app/core
- Date: Tue, 16 Sep 2008 20:25:15 +0000 (UTC)
Author: neo
Date: Tue Sep 16 20:25:15 2008
New Revision: 26952
URL: http://svn.gnome.org/viewvc/gimp?rev=26952&view=rev
Log:
2008-09-16 Sven Neumann <sven gimp org>
* app/core/gimppalette-load.c (gimp_palette_load): unified error
messages.
Modified:
trunk/ChangeLog
trunk/app/core/gimppalette-load.c
Modified: trunk/app/core/gimppalette-load.c
==============================================================================
--- trunk/app/core/gimppalette-load.c (original)
+++ trunk/app/core/gimppalette-load.c Tue Sep 16 20:25:15 2008
@@ -180,7 +180,6 @@
if (tok)
r = atoi (tok);
else
- /* maybe we should just abort? */
g_message (_("Reading palette file '%s': "
"Missing RED component in line %d."),
gimp_filename_to_utf8 (filename), linenum);
@@ -189,7 +188,7 @@
if (tok)
g = atoi (tok);
else
- g_message (_("Reading palette '%s': "
+ g_message (_("Reading palette file '%s': "
"Missing GREEN component in line %d."),
gimp_filename_to_utf8 (filename), linenum);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]