aboutsummaryrefslogtreecommitdiffstats
path: root/src
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 /src
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 'src')
-rw-r--r--src/kvirc/kernel/kvi_options.cpp2
-rw-r--r--src/kvirc/kvs/kvi_kvs_eventtable.cpp2
-rw-r--r--src/modules/dcc/libkvidcc.cpp4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/kvirc/kernel/kvi_options.cpp b/src/kvirc/kernel/kvi_options.cpp
index 49a9d7169..25778480a 100644
--- a/src/kvirc/kernel/kvi_options.cpp
+++ b/src/kvirc/kernel/kvi_options.cpp
@@ -331,7 +331,7 @@ KviBoolOption g_boolOptionsTable[KVI_NUM_BOOL_OPTIONS]=
#ifdef COMPILE_ON_MAC
#define RUN_THE_BROWSER "run open $0"
#else
- #define RUN_THE_BROWSER "run kvi_run_netscape $0"
+ #define RUN_THE_BROWSER "run x-www-browser $0"
#endif
#endif
#endif
diff --git a/src/kvirc/kvs/kvi_kvs_eventtable.cpp b/src/kvirc/kvs/kvi_kvs_eventtable.cpp
index e8f070420..a4656b720 100644
--- a/src/kvirc/kvs/kvi_kvs_eventtable.cpp
+++ b/src/kvirc/kvs/kvi_kvs_eventtable.cpp
@@ -925,7 +925,7 @@ KviKvsEvent KviKvsEventManager::m_appEventTable[KVI_KVS_NUM_APP_EVENTS]=
Command name is set if the visible name differs with the actual link target(probably contains mIRC colors,etc). It is equal to the actual target name.
This event is triggered when an user has right clicked on an URL link in
the text view. The double click link action is builtin and it causes KVIrc
- to open the URL with a browser (konqueror in KDE compilation mode or netscape).[br]
+ to open the URL with a browser (tipically your os default browser).[br]
This is a good place to show a [cmd]popup[/cmd] menu with some operations
that can be performed with the URL , like bookmarking in some way or opening
with a specific browser.[br]
diff --git a/src/modules/dcc/libkvidcc.cpp b/src/modules/dcc/libkvidcc.cpp
index 6b7f3a258..620a6f3e6 100644
--- a/src/modules/dcc/libkvidcc.cpp
+++ b/src/modules/dcc/libkvidcc.cpp
@@ -348,8 +348,8 @@ static bool dcc_kvs_parse_default_parameters(KviDccDescriptor * d,KviKvsModuleCo
to do various things:
[example]
# Tricky: simulate a HTTP server
- dcc.chat -n -i=127.0.0.1 -p=80 Netscape
- # Now open http://127.0.0.1 with netscape
+ dcc.chat -n -i=127.0.0.1 -p=80 WebBrowser
+ # Now open http://127.0.0.1 with your web browser
# and type "<html><body>Hello!</body></html>" :)
#
# Tricky 2: simulate the ident daemon (if you have none)