- remove dots, slash and backslash at the beginning of filenames in the texmod.def
- selected language will now be stored
- now one has to set all keys, if save single texture is set to true
This commit is contained in:
code@koerner-de.net
2011-10-06 19:01:26 +00:00
parent 8d4ab8963f
commit d04480d460
6 changed files with 89 additions and 78 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ public:
OTM_Language(void);
int LoadLanguage(const wxString &name);
int LoadLanguage(const wxString &name, bool save=true);
int GetLanguages(wxArrayString &lang);
int GetHelpMessage(wxString &help);
@@ -67,6 +67,7 @@ public:
wxString Error_Send;
wxString Error_KeyTwice;
wxString Error_NoSavePath;
wxString Error_KeyNotSet;
wxString Error_SaveFile;
wxString Error_NoPipe;
wxString Error_WritePipe;
@@ -99,7 +100,6 @@ private:
int LoadKeys(void);
wxString CurrentLanguage;
const wxString DefaultLanguage;
};