1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/x11-toolkits/wxgtk31/files/patch-src-common-translation.cpp
2018-06-11 07:24:08 +00:00

12 lines
437 B
C++

--- src/common/translation.cpp.orig 2011-02-18 15:12:53.000000000 +0600
+++ src/common/translation.cpp 2011-02-18 15:15:10.000000000 +0600
@@ -1302,7 +1302,7 @@
bool wxTranslations::AddStdCatalog()
{
- if ( !AddCatalog(wxS("wxstd")) )
+ if ( !AddCatalog(wxS("wxstd") wxSTRINGIZE(wxMAJOR_VERSION) wxSTRINGIZE(wxMINOR_VERSION)) )
return false;
// there may be a catalog with toolkit specific overrides, it is not