Use wxLocaleIdent in Unix wxLocale and wxUILocale code
No real changes, just prefer using wxLocaleIdent to strings in a few places.
This commit is contained in:
@@ -28,7 +28,7 @@ inline wxString ExtractNotLang(const wxString& langFull)
|
||||
return wxString();
|
||||
}
|
||||
|
||||
const char *wxSetlocaleTryAll(int c, const wxString& lc);
|
||||
const char *wxSetlocaleTryAll(int c, const wxLocaleIdent& lc);
|
||||
|
||||
// Extract date format from D_T_FMT value.
|
||||
wxString wxGetDateFormatOnly(const wxString& fmt);
|
||||
|
||||
Reference in New Issue
Block a user