summaryrefslogtreecommitdiff
path: root/misc/emma/files/patch-ae
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-11-07 15:36:55 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-11-07 15:36:55 +0000
commitd08a486ae2bcf71839e606057766530805fdd506 (patch)
treefca9b426ae709bed8e6fe6196cc9ee164f7fcd74 /misc/emma/files/patch-ae
parentUpdate to version 3.0 (diff)
Add EMMA - a personal finance manager for GNOME.
Diffstat (limited to 'misc/emma/files/patch-ae')
-rw-r--r--misc/emma/files/patch-ae19
1 files changed, 19 insertions, 0 deletions
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 <gnome.h>
+
+ #include <ctype.h>
+-#include <langinfo.h>
+
+ #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);