wxGTK-3.2.1-gtk3-translation-domain.patch 425 B

12345678910111213
  1. Modify AddStdCatalog to use the versioned wxstd32-gtk3.mo.
  2. --- a/src/common/translation.cpp
  3. +++ b/src/common/translation.cpp
  4. @@ -1409,7 +1409,7 @@ bool wxTranslations::AddStdCatalog()
  5. if ( AddCatalog("wxstd-" wxSTRINGIZE(wxMAJOR_VERSION) "." wxSTRINGIZE(wxMINOR_VERSION)) )
  6. return true;
  7. - if ( AddCatalog(wxS("wxstd")) )
  8. + if ( AddCatalog(wxS("wxstd32-gtk3")) )
  9. return true;
  10. return false;