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,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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue