summaryrefslogtreecommitdiff
path: root/editors/abiword/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'editors/abiword/patches/patch-ac')
-rw-r--r--editors/abiword/patches/patch-ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/editors/abiword/patches/patch-ac b/editors/abiword/patches/patch-ac
deleted file mode 100644
index bf3e1eff4bb..00000000000
--- a/editors/abiword/patches/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ac,v 1.13 2004/11/22 13:31:46 adam Exp $
-
---- src/af/xap/unix/xap_UnixFrameImpl.cpp.orig 2004-09-08 23:43:26.000000000 +0000
-+++ src/af/xap/unix/xap_UnixFrameImpl.cpp
-@@ -1666,6 +1666,11 @@ bool XAP_UnixFrameImpl::_openURL(const c
- fmtstring = "phoenix '%s' &";
- execstring = g_strdup_printf(fmtstring, szURL);
- }
-+ else if(progExists("firefox"))
-+ {
-+ fmtstring = "firefox -a firefox -remote openURL\\('%s'\\) || firefox '%s' &";
-+ execstring = g_strdup_printf(fmtstring, szURL, szURL);
-+ }
- else if(progExists("netscape"))
- {
- // Try to connect to a running Netscape, if not, start new one