aboutsummaryrefslogtreecommitdiffstats
path: root/doc/scriptexamples/runmenu.kvs
diff options
context:
space:
mode:
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
}
}