diff options
Diffstat (limited to 'x11-libs/wxGTK/files/wxGTK-2.8.10-collision.patch')
-rw-r--r-- | x11-libs/wxGTK/files/wxGTK-2.8.10-collision.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/wxGTK/files/wxGTK-2.8.10-collision.patch b/x11-libs/wxGTK/files/wxGTK-2.8.10-collision.patch index a31f3c13ddee..244ce7328675 100644 --- a/x11-libs/wxGTK/files/wxGTK-2.8.10-collision.patch +++ b/x11-libs/wxGTK/files/wxGTK-2.8.10-collision.patch @@ -59,7 +59,7 @@ diff -Naurp wxPython-src-2.8.10.1-orig/src/common/intl.cpp wxPython-src-2.8.10.1 if ( bLoadDefault ) { - bOk = AddCatalog(wxT("wxstd")); -+ bOk = AddCatalog(wxT("wxstd" wxSTRINGIZE2(wxMAJOR_VERSION) wxSTRINGIZE2(wxMINOR_VERSION)));bOk = AddCatalog(wxT("wxstd")); ++ bOk = AddCatalog(wxT("wxstd" wxSTRINGIZE2(wxMAJOR_VERSION) wxSTRINGIZE2(wxMINOR_VERSION))); // there may be a catalog with toolkit specific overrides, it is not // an error if this does not exist |