diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-17 20:06:52 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-17 20:06:52 +0000 |
commit | 795903174b2520c2a8df1a32f9da6d80895563e0 (patch) | |
tree | 4f562e4b2adbfc4486190a61fa64b074818cd927 /editors/gxedit/files/patch-aa | |
parent | Upgrade to 0.3.1. (diff) |
Upgrade to 1.19.
Notes
Notes:
svn path=/head/; revision=16115
Diffstat (limited to 'editors/gxedit/files/patch-aa')
-rw-r--r-- | editors/gxedit/files/patch-aa | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/editors/gxedit/files/patch-aa b/editors/gxedit/files/patch-aa index 6f07623db910..5f3474d1dabc 100644 --- a/editors/gxedit/files/patch-aa +++ b/editors/gxedit/files/patch-aa @@ -1,22 +1,21 @@ ---- config.h.orig Mon Nov 23 04:58:50 1998 -+++ config.h Tue Nov 24 00:54:58 1998 -@@ -1,7 +1,7 @@ +--- config.h.orig Thu Dec 31 22:48:16 1998 ++++ config.h Mon Jan 18 02:18:32 1999 +@@ -1,6 +1,6 @@ /* configuration file - precompile options */ + #define USE_NET +-#undef BG_ON_START ++#define BG_ON_START + #define GTK_1_1 + #undef GTKEDITOR_PATCH - #define USE_NET /* Use networking features */ --#undef BG_ON_START /* Background on startup */ -+#define BG_ON_START /* Background on startup */ - #define GTK_1_1 /* Use GTK 1.1.x */ - #undef GTKEDITOR_PATCH /* Use the GtkEditor patch */ - -@@ -44,9 +44,9 @@ +@@ -62,9 +62,9 @@ /* paths */ #define NETSCAPE "/usr/local/bin/netscape -remote" --#define EMACS "/usr/bin/emcas" +-#define EMACS "/usr/bin/emacs" -#define DES "/bin/des" -#define IDEA "/bin/idea" -+#define EMACS "/usr/local/bin/emcas" ++#define EMACS "/usr/local/bin/emacs" +#define DES "/usr/local/bin/des" +#define IDEA "/usr/local/bin/idea" #define XTERM "/usr/X11R6/bin/xterm" |