mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 03:44: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);
|
gameHintsTranslation.load(filePathTranslation,clearList);
|
||||||
showNextHint();
|
showNextHint();
|
||||||
|
|
||||||
|
Lang &lang = Lang::getInstance();
|
||||||
|
buttonNextHint.setText(lang.getString("ShowNextHint","",true));
|
||||||
|
buttonCancel.setText(lang.getString("Cancel"));
|
||||||
|
|
||||||
GraphicComponent::applyAllCustomProperties("Loading");
|
GraphicComponent::applyAllCustomProperties("Loading");
|
||||||
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user