add switchLanguage ComboBox in Settings to change app language. add option to disable lobby-chat. string update

This commit is contained in:
doitux
2007-10-04 21:13:00 +00:00
parent acdc517627
commit 65563cbc39
20 changed files with 2286 additions and 2162 deletions
@@ -71,6 +71,8 @@ public slots:
void checkProperNetFirstSmallBlind(int);
void checkProperFirstSmallBlind(int);
void setFirstSmallBlindMargin() ;
void setLanguageChanged(int);
private:
@@ -94,6 +96,9 @@ private:
QString myAppDataPath;
bool languageIsChanged;
int changedLanguageIndex;
};
#endif