summaryrefslogtreecommitdiff
path: root/finance/emma/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'finance/emma/files/patch-ae')
-rw-r--r--finance/emma/files/patch-ae19
1 files changed, 0 insertions, 19 deletions
diff --git a/finance/emma/files/patch-ae b/finance/emma/files/patch-ae
deleted file mode 100644
index 0c366dc127ff..000000000000
--- a/finance/emma/files/patch-ae
+++ /dev/null
@@ -1,19 +0,0 @@
---- ./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);