gimp r26301 - in trunk: . plug-ins/help



Author: neo
Date: Thu Jul 24 14:48:28 2008
New Revision: 26301
URL: http://svn.gnome.org/viewvc/gimp?rev=26301&view=rev

Log:
2008-07-24  Sven Neumann  <sven gimp org>

	* plug-ins/help/gimphelplocale.c: formatting.



Modified:
   trunk/ChangeLog
   trunk/plug-ins/help/gimphelplocale.c

Modified: trunk/plug-ins/help/gimphelplocale.c
==============================================================================
--- trunk/plug-ins/help/gimphelplocale.c	(original)
+++ trunk/plug-ins/help/gimphelplocale.c	Thu Jul 24 14:48:28 2008
@@ -194,7 +194,7 @@
     }
 
 #ifdef GIMP_HELP_DEBUG
-  g_printerr ("help (%s): parsing '%s' for locale \"%s\"\n",
+  g_printerr ("help (%s): parsing '%s' for \"%s\"\n",
               locale->locale_id, uri, help_domain);
 #endif
 
@@ -219,8 +219,8 @@
                                            cancellable, error);
       if (! info)
         {
-          locale_set_error (error, _("Could not open '%s' for reading: %s"),
-                            file);
+          locale_set_error (error,
+                            _("Could not open '%s' for reading: %s"), file);
           g_object_unref (file);
 
           return FALSE;
@@ -235,7 +235,8 @@
 
   if (! stream)
     {
-      locale_set_error (error, _("Could not open '%s' for reading: %s"), file);
+      locale_set_error (error, 
+                        _("Could not open '%s' for reading: %s"), file);
       g_object_unref (file);
 
       return FALSE;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]