r23379 - gnucash/trunk/src/gnome-utils - Use proper conversion modifier for unsigned int

Geert Janssens gjanssens at code.gnucash.org
Mon Nov 4 16:23:29 EST 2013


Author: gjanssens
Date: 2013-11-04 16:23:24 -0500 (Mon, 04 Nov 2013)
New Revision: 23379
Trac: http://svn.gnucash.org/trac/changeset/23379

Modified:
   gnucash/trunk/src/gnome-utils/gnc-main-window.c
Log:
Use proper conversion modifier for unsigned int

Modified: gnucash/trunk/src/gnome-utils/gnc-main-window.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-main-window.c	2013-11-03 23:36:18 UTC (rev 23378)
+++ gnucash/trunk/src/gnome-utils/gnc-main-window.c	2013-11-04 21:23:24 UTC (rev 23379)
@@ -121,7 +121,7 @@
  *  any changes will be saved and the save dialog closed automatically */
 static guint secs_to_save = 0;
 
-#define MSG_AUTO_SAVE _("Changes will be saved automatically in %d seconds")
+#define MSG_AUTO_SAVE _("Changes will be saved automatically in %u seconds")
 
 /* Declarations *********************************************************/
 static void gnc_main_window_class_init (GncMainWindowClass *klass);



More information about the gnucash-changes mailing list