BugFix: Memory Leak in the uMod_Sender::~uMod_Sender

Added
+ Acknowledgment for translations into French and Italian
This commit is contained in:
code@koerner-de.net
2012-03-13 19:52:36 +00:00
parent 20cf4fc5a1
commit 929756bca3
86 changed files with 266 additions and 22600 deletions
+5 -2
View File
@@ -531,8 +531,11 @@ void uMod_Frame::OnMenuAcknowledgement(wxCommandEvent& WXUNUSED(event))
wxString msg;
msg << "King Brace Blane and ROTA thank:\n\n";
msg << "RS for coding the original TexMod and for information about the used hashing algorithm\n\n";
msg << "EvilAlex for translation into Russian and bug fixing";
//msg << "King Brace Blane for a tutorial video on YouTube and bug fixing";
msg << "EvilAlex for translation into Russian and bug fixing\n";
msg << "ReRRemi for translation into French\n";
msg << "mirHL for translation into Italian\n";
msg << "Vergil for help with German ;)";
wxMessageBox( msg, Language->MenuAcknowledgement, wxOK);
}