summaryrefslogtreecommitdiff
path: root/x11-libs/wxGTK/files/wxGTK-3.2.1-gtk3-translation-domain.patch
blob: 9fbb9d8bc064502515ea823357d71b7886668d48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Modify AddStdCatalog to use the versioned wxstd32-gtk3.mo.
--- a/src/common/translation.cpp
+++ b/src/common/translation.cpp
@@ -1409,7 +1409,7 @@ bool wxTranslations::AddStdCatalog()
     if ( AddCatalog("wxstd-" wxSTRINGIZE(wxMAJOR_VERSION) "." wxSTRINGIZE(wxMINOR_VERSION)) )
         return true;

-    if ( AddCatalog(wxS("wxstd")) )
+    if ( AddCatalog(wxS("wxstd32-gtk3")) )
         return true;

     return false;