aboutsummaryrefslogtreecommitdiffstats
path: root/doc/scriptexamples/runmenu.kvs
diff options
context:
space:
mode:
authorGravatar Fabio Bas2009-08-26 13:55:25 +0000
committerGravatar Fabio Bas2009-08-26 13:55:25 +0000
commit3c72c1bcd820720d765b4bfaa011fbaaa0e5941f (patch)
tree3f78871cc0052c223b24df34194f3ce90d5e0128 /doc/scriptexamples/runmenu.kvs
parentFix for #542, and a lot of cleanage (diff)
downloadKVIrc-3c72c1bcd820720d765b4bfaa011fbaaa0e5941f.tar.gz
KVIrc-3c72c1bcd820720d765b4bfaa011fbaaa0e5941f.tar.bz2
KVIrc-3c72c1bcd820720d765b4bfaa011fbaaa0e5941f.zip
Removed old references to kvi_run_netscape.sh, we'll stick with freedesktop's x-www-browser instead
updated some docs git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3427 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'doc/scriptexamples/runmenu.kvs')
-rw-r--r--doc/scriptexamples/runmenu.kvs6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/scriptexamples/runmenu.kvs b/doc/scriptexamples/runmenu.kvs
index dea6a27d3..20240a1e6 100644
--- a/doc/scriptexamples/runmenu.kvs
+++ b/doc/scriptexamples/runmenu.kvs
@@ -36,10 +36,10 @@ defpopup(runmenu)
run konqueror
}
- item(netscape,164)
+ item(firefox,164)
{
- if($system.ostype == unix)run kvi_run_netscape
- else run netscape.exe
+ if($system.ostype == unix)run firefox
+ else run firefox.exe
}
}