diff options
Diffstat (limited to 'editors/gxedit/files/patch-aa')
-rw-r--r-- | editors/gxedit/files/patch-aa | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/editors/gxedit/files/patch-aa b/editors/gxedit/files/patch-aa index 79c0e57eabe6..a265d77cae2a 100644 --- a/editors/gxedit/files/patch-aa +++ b/editors/gxedit/files/patch-aa @@ -1,5 +1,5 @@ ---- config.h.orig Sun Aug 30 08:16:29 1998 -+++ config.h Thu Sep 17 06:43:40 1998 +--- config.h.orig Fri Oct 30 20:36:26 1998 ++++ config.h Sun Nov 1 17:43:51 1998 @@ -1,8 +1,8 @@ /* configuration file - precompile options */ @@ -11,3 +11,12 @@ #undef GTKEDITOR_PATCH /* Use the GtkEditor patch */ /* Highlighting styles */ +@@ -15,7 +15,7 @@ + /* proxy */ + #undef USE_SOCKS /* you need to add -lsocks5 to the makefile for this */ + +-#undef INTERNATIONAL /* set locale */ ++#define INTERNATIONAL /* set locale */ + + /* mail path */ + |