gimp r24732 - in trunk: . plug-ins/common
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r24732 - in trunk: . plug-ins/common
- Date: Mon, 28 Jan 2008 17:04:46 +0000 (GMT)
Author: neo
Date: Mon Jan 28 17:04:46 2008
New Revision: 24732
URL: http://svn.gnome.org/viewvc/gimp?rev=24732&view=rev
Log:
2008-01-28 Sven Neumann <sven gimp org>
* plug-ins/common/lcms.c (lcms_load_profile)
* plug-ins/common/wmf.c (load_image): fixed error messages.
Modified:
trunk/ChangeLog
trunk/plug-ins/common/lcms.c
trunk/plug-ins/common/wmf.c
Modified: trunk/plug-ins/common/lcms.c
==============================================================================
--- trunk/plug-ins/common/lcms.c (original)
+++ trunk/plug-ins/common/lcms.c Mon Jan 28 17:04:46 2008
@@ -795,8 +795,7 @@
if (! file)
{
- g_message (_("Could not open '%s' for reading: %s"),
- gimp_filename_to_utf8 (filename), error->message);
+ g_message (error->message);
g_error_free (error);
return FALSE;
@@ -1100,9 +1099,7 @@
if (! file)
{
- g_message (_("Could not open '%s' for reading: %s"),
- gimp_filename_to_utf8 (filename),
- error->message);
+ g_message (error->message);
g_error_free (error);
return NULL;
Modified: trunk/plug-ins/common/wmf.c
==============================================================================
--- trunk/plug-ins/common/wmf.c (original)
+++ trunk/plug-ins/common/wmf.c Mon Jan 28 17:04:46 2008
@@ -977,8 +977,7 @@
{
if (error)
{
- g_message (_("Could not open '%s' for reading: %s"),
- gimp_filename_to_utf8 (filename), error->message);
+ g_message (error->message);
g_error_free (error);
}
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]