settings dialog language change information bugfix

This commit is contained in:
doitux
2007-10-05 16:36:45 +00:00
parent 31ff141196
commit d99b756006
@@ -96,8 +96,7 @@ void settingsDialogImpl::exec() {
// page_4->hide();
playerNickIsChanged = FALSE;
languageIsChanged = FALSE;
//Player Nicks
lineEdit_HumanPlayerName->setText(QString::fromUtf8(myConfig->readConfigString("MyName").c_str()));
pushButton_HumanPlayerAvatar->setMyLink(QString::fromUtf8(myConfig->readConfigString("MyAvatar").c_str()));
@@ -222,6 +221,9 @@ void settingsDialogImpl::exec() {
setFirstSmallBlindMargin();
//set this AFTER switch combobox like config-settings. This IS a currentIndexChanged() ;-)
languageIsChanged = FALSE;
QDialog::exec();
}