diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-09-03 09:51:22 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-09-03 09:51:22 +0000 |
commit | 07ed6672b8eeddbf1c8e5259ef55bf8594efe9ac (patch) | |
tree | ced00745964226884b38c701971534338e800046 /app-text/xpdf/files | |
parent | give bug # (diff) | |
download | historical-07ed6672b8eeddbf1c8e5259ef55bf8594efe9ac.tar.gz historical-07ed6672b8eeddbf1c8e5259ef55bf8594efe9ac.tar.bz2 historical-07ed6672b8eeddbf1c8e5259ef55bf8594efe9ac.zip |
Add urlCommand default value thanks to DEMAINE Benoît-Pierre in bug 138854
Package-Manager: portage-2.1.1_rc1-r2
Diffstat (limited to 'app-text/xpdf/files')
-rw-r--r-- | app-text/xpdf/files/sample-xpdfrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-text/xpdf/files/sample-xpdfrc b/app-text/xpdf/files/sample-xpdfrc index f3d5b11a9d45..ca5dc4244bf0 100644 --- a/app-text/xpdf/files/sample-xpdfrc +++ b/app-text/xpdf/files/sample-xpdfrc @@ -89,3 +89,4 @@ # clicked. #urlCommand "netscape -remote 'openURL(%s)'" +urlCommand "firefox %s" |