- when loading a template, the layout function of the sizer is called, thus the new packages are also shown
- Author and NoComment are also loaded from a language pack
This commit is contained in:
code@koerner-de.net
2011-10-13 19:37:12 +00:00
parent 885360a407
commit d2becd3338
3 changed files with 9 additions and 1 deletions
+2
View File
@@ -246,6 +246,8 @@ int OTM_Language::LoadLanguage(const wxString &name)
CheckEntry( command, msg, DeleteGame)
CheckEntry( command, msg, GameAlreadyAdded)
CheckEntry( command, msg, ExitGameAnyway)
CheckEntry( command, msg, NoComment)
CheckEntry( command, msg, Author)
CheckEntry( command, msg, Error_FileNotSupported)
CheckEntry( command, msg, Error_FktNotFound)
CheckEntry( command, msg, Error_DLLNotFound)