Make _UI suffix consistent

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2020-01-09 10:54:06 +01:00
parent 1cc7b1a3a0
commit f05d3f8243
15 changed files with 40 additions and 40 deletions

View File

@@ -524,7 +524,7 @@ wxInitializerPeer::wxInitializerPeer(_In_ HINSTANCE instance, _In_opt_ HWND hwnd
s_locale = new wxLocale;
if (wxInitializeLocale(*s_locale)) {
s_locale->AddCatalog(wxT("wxExtend") wxT(wxExtendVersion));
s_locale->AddCatalog(wxT("EAPTTLSUI"));
s_locale->AddCatalog(wxT("EAPTTLS_UI"));
}
}