[gimp] app: fix formatting of two console error messages



commit 88f29d468c2675104ba4cd43226dcfc126f4e0b3
Author: Michael Natterer <mitch gimp org>
Date:   Thu May 8 12:12:19 2014 +0200

    app: fix formatting of two console error messages

 app/widgets/gimpwidgets-utils.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/widgets/gimpwidgets-utils.c b/app/widgets/gimpwidgets-utils.c
index cbdebc6..d047042 100644
--- a/app/widgets/gimpwidgets-utils.c
+++ b/app/widgets/gimpwidgets-utils.c
@@ -382,7 +382,7 @@ gimp_widget_load_icon (GtkWidget   *widget,
 
   if (! gtk_icon_theme_has_icon (icon_theme, icon_name))
     {
-      g_printerr ("gimp_widget_load_icon (): icon theme has no icon '%s'\n",
+      g_printerr ("gimp_widget_load_icon(): icon theme has no icon '%s'.\n",
                   icon_name);
 
       return gtk_icon_theme_load_icon (icon_theme, GIMP_STOCK_WILBER_EEK,
@@ -821,7 +821,7 @@ gimp_get_monitor_resolution (GdkScreen *screen,
       y < GIMP_MIN_RESOLUTION || y > GIMP_MAX_RESOLUTION)
     {
       g_printerr ("gimp_get_monitor_resolution(): GDK returned bogus "
-                  "values for the monitor resolution, using 96 dpi instead.");
+                  "values for the monitor resolution, using 96 dpi instead.\n");
 
       x = 96.0;
       y = 96.0;


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