diff options
Diffstat (limited to 'x11-toolkits/wxgtk29/files/patch-src-common-translation.cpp')
-rw-r--r-- | x11-toolkits/wxgtk29/files/patch-src-common-translation.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-toolkits/wxgtk29/files/patch-src-common-translation.cpp b/x11-toolkits/wxgtk29/files/patch-src-common-translation.cpp deleted file mode 100644 index 5002755f854..00000000000 --- a/x11-toolkits/wxgtk29/files/patch-src-common-translation.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |