gimp r25268 - in trunk: . plug-ins/common
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r25268 - in trunk: . plug-ins/common
- Date: Thu, 27 Mar 2008 21:05:36 +0000 (GMT)
Author: neo
Date: Thu Mar 27 21:05:36 2008
New Revision: 25268
URL: http://svn.gnome.org/viewvc/gimp?rev=25268&view=rev
Log:
2008-03-27 Sven Neumann <sven gimp org>
* plug-ins/common/pnm.c (load_image): changed message to say
"Unsupported maximum value" instead of "Invalid maximum value"
as suggested in bug #149723.
Modified:
trunk/ChangeLog
trunk/plug-ins/common/pnm.c
Modified: trunk/plug-ins/common/pnm.c
==============================================================================
--- trunk/plug-ins/common/pnm.c (original)
+++ trunk/plug-ins/common/pnm.c Thu Mar 27 21:05:36 2008
@@ -559,7 +559,7 @@
CHECK_FOR_ERROR (((pnminfo->maxval<=0)
|| (pnminfo->maxval>255 && !pnminfo->asciibody)),
pnminfo->jmpbuf,
- _("Invalid maximum value."));
+ _("Unsupported maximum value."));
}
/* Create a new image of the proper size and associate the filename with it.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]