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,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");