aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-wxPython30/files/patch-src_gtk___gdi__wrap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/py-wxPython30/files/patch-src_gtk___gdi__wrap.cpp')
-rw-r--r--x11-toolkits/py-wxPython30/files/patch-src_gtk___gdi__wrap.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-toolkits/py-wxPython30/files/patch-src_gtk___gdi__wrap.cpp b/x11-toolkits/py-wxPython30/files/patch-src_gtk___gdi__wrap.cpp
deleted file mode 100644
index db664746c2a8..000000000000
--- a/x11-toolkits/py-wxPython30/files/patch-src_gtk___gdi__wrap.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/gtk/_gdi_wrap.cpp.orig 2015-04-12 18:02:36 UTC
-+++ src/gtk/_gdi_wrap.cpp
-@@ -3856,7 +3856,7 @@ const wxString& wxPyLocale::GetSingularS
- const wxString& domain) const
- {
- bool found;
-- wxString str( _T("error in translation"));
-+ static wxString str( _T("error in translation"));
- wxPyBlock_t blocked = wxPyBeginBlockThreads();
- if ((found=wxPyCBH_findCallback(m_myInst, "GetSingularString"))) {
- PyObject* param1 = wx2PyString(origString);
-@@ -3878,7 +3878,7 @@ const wxString& wxPyLocale::GetPluralStr
- const wxString& domain) const
- {
- bool found;
-- wxString str( _T("error in translation"));
-+ static wxString str( _T("error in translation"));
- wxPyBlock_t blocked = wxPyBeginBlockThreads();
- if ((found=wxPyCBH_findCallback(m_myInst, "GetPluralString"))) {
- PyObject* param1 = wx2PyString(origString);