freebsd-ports/x11-toolkits/wxgtk28/files/patch-src-common-intl.cpp
Max Khon 5dfc030f12 - Update to 2.8.0 release.
- Fix file conflicts with wxgtk2 2.4 and wxgtk2-common 2.6 ports.
2007-01-08 18:37:22 +00:00

11 lines
421 B
C++

--- 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