From aa160c52c051445b94a8ff0232dba79029a433c3 Mon Sep 17 00:00:00 2001 From: James Brown Date: Wed, 3 Apr 2002 16:09:56 +0000 Subject: [PATCH] Fix window title. svn-id: r3851 --- gameDetector.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gameDetector.cpp b/gameDetector.cpp index ad174502de9..1a0150aeb67 100644 --- a/gameDetector.cpp +++ b/gameDetector.cpp @@ -269,9 +269,8 @@ int GameDetector::detectMain(int argc, char **argv) if (!detectGame()) { warning("Game detection failed. Using default settings"); _features = GF_DEFAULT; - } else { - _gameText = "Please choose a game"; - } + _gameText = "Please choose a game"; + } if (!_gameDataPath) { warning("No path was provided. Assuming that data file are in the current directory");