mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-26 09:58:20 +01:00
bug fix: warn about language change when it, not prefs, changes.
This commit is contained in:
parent
88e159f8a2
commit
33903f5d61
1 changed files with 1 additions and 1 deletions
|
@ -1779,7 +1779,7 @@ ceDoNewGame( CEAppGlobals* globals )
|
|||
}
|
||||
}
|
||||
|
||||
if ( giState.prefsChanged ) {
|
||||
if ( giState.langChanged ) {
|
||||
ceWarnLangChange( globals );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue