summaryrefslogtreecommitdiff
path: root/finance/emma/files/patch-ae
blob: 0c366dc127ff057ed2c65098c459f59738ff2574 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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);