Fix window title.
svn-id: r3851
This commit is contained in:
parent
8258a26aed
commit
aa160c52c0
1 changed files with 2 additions and 3 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue