diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
| commit | db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch) | |
| tree | 29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /editors/abiword/files/patch-src::af::xap::unix::xap_UnixFrame.cpp | |
| parent | cee16c481f7e9a7dc5b8ecea4ccfb04af8ba2ab0 (diff) | |
Diffstat (limited to 'editors/abiword/files/patch-src::af::xap::unix::xap_UnixFrame.cpp')
| -rw-r--r-- | editors/abiword/files/patch-src::af::xap::unix::xap_UnixFrame.cpp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/editors/abiword/files/patch-src::af::xap::unix::xap_UnixFrame.cpp b/editors/abiword/files/patch-src::af::xap::unix::xap_UnixFrame.cpp deleted file mode 100644 index 9eea861c1a92..000000000000 --- a/editors/abiword/files/patch-src::af::xap::unix::xap_UnixFrame.cpp +++ /dev/null @@ -1,26 +0,0 @@ - -$FreeBSD$ - ---- src/af/xap/unix/xap_UnixFrame.cpp 2001/08/08 15:59:48 1.1 -+++ src/af/xap/unix/xap_UnixFrame.cpp 2001/08/08 16:06:14 -@@ -767,9 +767,19 @@ - fmtstring = "khelpcenter %s &"; - execstring = g_strdup_printf(fmtstring, szURL); - } -- else -+ else if(progExists("gnome-help-browser")) -+ { -+ fmtstring = "gnome-help-browser %s &"; -+ execstring = g_strdup_printf(fmtstring, szURL); -+ } -+ else if(progExists("lynx")) - { - fmtstring = "xterm -e lynx %s &"; -+ execstring = g_strdup_printf(fmtstring, szURL); -+ } -+ else if(progExists("w3m")) -+ { -+ fmtstring = "xterm -e w3m %s &"; - execstring = g_strdup_printf(fmtstring, szURL); - } - |
