From 717e0e2992b3a0a886f07606786d12747c42b912 Mon Sep 17 00:00:00 2001 From: hikerstk Date: Wed, 29 May 2013 23:44:28 +0000 Subject: [PATCH] Fixed installation (the desktop entry still used --log=file instead of --no-console), fixed help text for --no-console as well. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12799 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- data/supertuxkart_desktop.template | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/supertuxkart_desktop.template b/data/supertuxkart_desktop.template index ffdf1b9f0..59d614cf1 100644 --- a/data/supertuxkart_desktop.template +++ b/data/supertuxkart_desktop.template @@ -6,7 +6,7 @@ GenericName[de_DE]=Ein Kart-Rennspiel GenericName[fr_FR]=Un jeu de karting GenericName[gl]=Xogo de carreiras con karts GenericName[ro_RO]=Un joc de curse cu carturi -Exec=@PREFIX@/@STK_INSTALL_BINARY_DIR@/supertuxkart --log=file +Exec=@PREFIX@/@STK_INSTALL_BINARY_DIR@/supertuxkart --no-console Terminal=false StartupNotify=false Type=Application diff --git a/src/main.cpp b/src/main.cpp index 4ed1ae3c5..15351111f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -412,7 +412,7 @@ void cmdLineHelp (char* invocation) //" --numclients=n Number of clients to wait for (server " // "only).\n" " --no-console Does not write messages in the console but to\n" - " stdout.log/stderr.log.\n" + " stdout.log.\n" " --console Write messages in the console and files\n" " -h, --help Show this help.\n" "\n"