mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
edb52418c9
Repo-copy of x11-toolkits/wxgtk30.
12 lines
437 B
C++
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
|