mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 11:54:00 +02:00
- bug fix when changing language and showing hint button on game load
This commit is contained in:
@@ -135,6 +135,10 @@ void Logger::loadGameHints(string filePathEnglish,string filePathTranslation,boo
|
||||
gameHintsTranslation.load(filePathTranslation,clearList);
|
||||
showNextHint();
|
||||
|
||||
Lang &lang = Lang::getInstance();
|
||||
buttonNextHint.setText(lang.getString("ShowNextHint","",true));
|
||||
buttonCancel.setText(lang.getString("Cancel"));
|
||||
|
||||
GraphicComponent::applyAllCustomProperties("Loading");
|
||||
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
||||
}
|
||||
|
Reference in New Issue
Block a user