corrected documentation; refs #88

master
Marc Wäckerlin 14 years ago
parent 4f9b2a90ee
commit d91d16869c
  1. 10
      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_TYPE \"http\" or \"socks\" or \"\" (actual: %2)\n"
" PROXY_PORT proxy port number (actual: %3)\n" " PROXY_PORT proxy port number (actual: %3)\n"
" PROXY_HOST proxy host name (actual: %4)\n" " PROXY_HOST proxy host name (actual: %4)\n"
" SWISSSURFER_USERAGENT fake user agent (actual: %6)\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")
.arg(QFileInfo(argc[0]).fileName()) .arg(QFileInfo(argc[0]).fileName())
.arg(env["PROXY_TYPE"]).arg(env["PROXY_PORT"]).arg(env["PROXY_HOST"]) .arg(env["PROXY_TYPE"]).arg(env["PROXY_PORT"]).arg(env["PROXY_HOST"])
.arg(env["LANGUAGE"]).arg(env["SWISSSURFER_USERAGENT"]) .arg(env["LANGUAGE"]).arg(env["SWISSSURFER_USERAGENT"])

Loading…
Cancel
Save