diff options
Diffstat (limited to 'editors/gxedit/files/patch-aa')
-rw-r--r-- | editors/gxedit/files/patch-aa | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/editors/gxedit/files/patch-aa b/editors/gxedit/files/patch-aa index 7b3821043a6..79c0e57eabe 100644 --- a/editors/gxedit/files/patch-aa +++ b/editors/gxedit/files/patch-aa @@ -1,11 +1,13 @@ ---- config.h.orig Tue Aug 25 10:46:17 1998 -+++ config.h Tue Aug 25 10:46:34 1998 -@@ -13,7 +13,7 @@ - - #undef BG_ON_START /* go to the background on start */ - --#undef GTK_1_1 /* if you only have GTK 1.1 */ -+#define GTK_1_1 /* if you only have GTK 1.1 */ - - #undef GTKEDITOR_PATCH /* the GtkEditor patch has been applied */ - +--- config.h.orig Sun Aug 30 08:16:29 1998 ++++ config.h Thu Sep 17 06:43:40 1998 +@@ -1,8 +1,8 @@ + /* configuration file - precompile options */ + + #define USE_NET /* Use networking features */ +-#undef BG_ON_START /* Background on startup */ +-#undef GTK_1_1 /* Use GTK 1.1.x */ ++#define BG_ON_START /* Background on startup */ ++#define GTK_1_1 /* Use GTK 1.1.x */ + #undef GTKEDITOR_PATCH /* Use the GtkEditor patch */ + + /* Highlighting styles */ |