[Libreoffice-commits] .: shell/source
François Tigeot
ftigeot at kemper.freedesktop.org
Mon Jul 4 12:59:17 PDT 2011
shell/source/unix/misc/open-url.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit efe76e287e543dab01fb5921d885b4fb00ad427a
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date: Mon Jul 4 21:58:56 2011 +0200
Update the hardcoded list of browsers
diff --git a/shell/source/unix/misc/open-url.sh b/shell/source/unix/misc/open-url.sh
index dd304f5..d726f04 100755
--- a/shell/source/unix/misc/open-url.sh
+++ b/shell/source/unix/misc/open-url.sh
@@ -80,7 +80,7 @@ else
exit 0
fi
# mozilla derivates may need -remote semantics
- for i in firefox mozilla netscape; do
+ for i in firefox seamonkey netscape; do
browser=`which $i`
if [ ! -z "$browser" ]; then
run_mozilla "$browser" "$1"
More information about the Libreoffice-commits
mailing list