wxGTK-3.0-gtk3-translation-domain.patch 454 B

1234567891011121314
  1. Modify AddStdCatalog to use the versioned wxstd30-gtk3.mo.
  2. --- a/src/common/translation.cpp
  3. +++ b/src/common/translation.cpp
  4. @@ -1458,7 +1458,7 @@ wxArrayString wxTranslations::GetAvailableTranslations(const wxString& domain) c
  5. bool wxTranslations::AddStdCatalog()
  6. {
  7. - if ( !AddCatalog(wxS("wxstd")) )
  8. + if ( !AddCatalog(wxS("wxstd30-gtk3")) )
  9. return false;
  10. // there may be a catalog with toolkit specific overrides, it is not