all builds are now with wxWidgets-2.9.0, we are now using UTF-8,

added support for language translation file locale/<lang>/LC_MESSAGES/bitcoin.mo 
-- version 0.2.2
This commit is contained in:
s_nakamoto
2010-02-17 17:22:01 +00:00
parent f3cd4206b8
commit bcd2714038
16 changed files with 281 additions and 462 deletions

9
util.h
View File

@@ -340,10 +340,11 @@ void skipspaces(T& it)
++it;
}
inline const char* wxGetTranslation(const char* psz)
{
// Return translated UTF-8 const char*
return wxGetTranslation(wxString(psz, wxConvUTF8)).utf8_str();
}