gnucash maint: Bug 745265 - Segfault in generate_statusbar_lastmodified_message on Windows

John Ralls jralls at code.gnucash.org
Thu Mar 12 20:53:10 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/7c13591c (commit)
	from  https://github.com/Gnucash/gnucash/commit/f11d9844 (commit)



commit 7c13591c049b09c52000f5e7e850941b6b43a845
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Mar 13 09:51:33 2015 +0900

    Bug 745265 - Segfault in generate_statusbar_lastmodified_message on Windows
    
    Actually change the default date format without AM/PM.

diff --git a/src/gnome-utils/gnc-main-window.c b/src/gnome-utils/gnc-main-window.c
index b301b90..048d00f 100644
--- a/src/gnome-utils/gnc-main-window.c
+++ b/src/gnome-utils/gnc-main-window.c
@@ -1668,7 +1668,7 @@ static gchar *generate_statusbar_lastmodified_message()
                         g_date_time_format (gdt, (dummy_strftime_has_ampm &&
 						  strlen(dummy_strftime_has_ampm) > 0)
                                             ? _("Last modified on %a, %b %e, %Y at %I:%M%P")
-                                            : _("Last modified on %a, %b %e, %Y at %H:%M"));
+                                            : _("Last modified on %x %X"));
 
                     g_date_time_unref (gdt);
 



Summary of changes:
 src/gnome-utils/gnc-main-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list