From d08a486ae2bcf71839e606057766530805fdd506 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 7 Nov 2000 15:36:55 +0000 Subject: Add EMMA - a personal finance manager for GNOME. --- misc/emma/files/patch-ae | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 misc/emma/files/patch-ae (limited to 'misc/emma/files/patch-ae') diff --git a/misc/emma/files/patch-ae b/misc/emma/files/patch-ae new file mode 100644 index 000000000000..0c366dc127ff --- /dev/null +++ b/misc/emma/files/patch-ae @@ -0,0 +1,19 @@ +--- ./src/prefs.c 2000/11/07 11:25:16 1.1 ++++ ./src/prefs.c 2000/11/07 12:11:29 +@@ -3,7 +3,6 @@ + #include + + #include +-#include + + #include "interface.h" + #include "actions.h" +@@ -116,7 +115,7 @@ + gchar *path; + gchar *format; + +- path = g_strdup_printf("/emma/Misc/DateFormat=%s", nl_langinfo(D_FMT)); ++ path = g_strdup_printf("/emma/Misc/DateFormat=%s", "%D"); + format = gnome_config_get_string(path); + + strncpy(misc_date_fmt, format, MISC_DATE_FMT_SIZE-1); -- cgit v1.2.3