Parameterize EAP module MSI building
Since this also changes GUIDs of some components, the "EAPTTLS" has been changed to "EAP-TTLS" in filenames. Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
@@ -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("EAPTTLS_UI"));
|
||||
s_locale->AddCatalog(wxT("EAP-TTLS_UI"));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user