summaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk29/files/patch-src-common-intl.cpp
blob: 5d205cecb55aa36cbcc3853ac808b5c43668aced (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/common/intl.cpp.orig	Mon Jan  8 21:27:30 2007
+++ src/common/intl.cpp	Mon Jan  8 21:27:18 2007
@@ -1585,7 +1585,7 @@
   bool bOk = true;
   if ( bLoadDefault )
   {
-    bOk = AddCatalog(wxT("wxstd"));
+    bOk = AddCatalog(wxT("wxstd" wxSTRINGIZE(wxMAJOR_VERSION) wxSTRINGIZE(wxMINOR_VERSION)));
 
     // there may be a catalog with toolkit specific overrides, it is not
     // an error if this does not exist