From d91d16869c5e91e469cc2d3c3d55775b39ecfd9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 30 Jun 2011 07:40:54 +0000 Subject: [PATCH] corrected documentation; refs #88 --- swisssurfer/src/main.cxx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/swisssurfer/src/main.cxx b/swisssurfer/src/main.cxx index 23e8462..ba1ba20 100644 --- a/swisssurfer/src/main.cxx +++ b/swisssurfer/src/main.cxx @@ -328,15 +328,7 @@ int main(int argv, char** argc) try { " PROXY_TYPE \"http\" or \"socks\" or \"\" (actual: %2)\n" " PROXY_PORT proxy port number (actual: %3)\n" " PROXY_HOST proxy host name (actual: %4)\n" - " SWISSSURFER_USERAGENT fake user agent (actual: %6)\n" - " %Platform% and %Subplatform% are expanded\n" - " to the windowing system and the operation\n" - " system. %Security% expands to U if SSL is\n" - " available, otherwise N. %Locale% is\n" - " replaced with locale name. %WebKitVersion%\n" - " is the version of WebKit the application\n" - " was compiled against. %AppVersion% expands\n" - " to application name/version\n") + " SWISSSURFER_USERAGENT fake user agent (actual: %6)\n") .arg(QFileInfo(argc[0]).fileName()) .arg(env["PROXY_TYPE"]).arg(env["PROXY_PORT"]).arg(env["PROXY_HOST"]) .arg(env["LANGUAGE"]).arg(env["SWISSSURFER_USERAGENT"])