]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_log.i
Fixed multiline static texts
[wxWidgets.git] / wxPython / src / _log.i
index 4a3b7e26b8670ee2090c23231c610a2ace92c001..7960ba69f2a41392407894fe1f6973a748fc22da 100644 (file)
@@ -281,7 +281,7 @@ public:
 // Now tell SWIG about it
 class wxPyLog : public wxLog {
 public:
 // Now tell SWIG about it
 class wxPyLog : public wxLog {
 public:
-    %addtofunc wxPyLog   "self._setCallbackInfo(self, PyLog)"
+    %pythonAppend wxPyLog   "self._setCallbackInfo(self, PyLog)"
 
     wxPyLog();
     
 
     wxPyLog();