Fix window title.

svn-id: r3851
This commit is contained in:
James Brown 2002-04-03 16:09:56 +00:00
parent 8258a26aed
commit aa160c52c0

View file

@ -269,8 +269,7 @@ int GameDetector::detectMain(int argc, char **argv)
if (!detectGame()) { if (!detectGame()) {
warning("Game detection failed. Using default settings"); warning("Game detection failed. Using default settings");
_features = GF_DEFAULT; _features = GF_DEFAULT;
} else { _gameText = "Please choose a game";
_gameText = "Please choose a game";
} }
if (!_gameDataPath) { if (!_gameDataPath) {