]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_taskbar.i
Use a compatible bitmap if a depth of -1 is given
[wxWidgets.git] / wxPython / src / _taskbar.i
index 24a1d4abd93fc952ae328f1ada3c1fc938ee9ea6..3b37db21b28529baa1084f06b9872f25169313a6 100644 (file)
@@ -29,7 +29,7 @@
 class wxTaskBarIcon : public wxEvtHandler
 {
 public:
-    wxTaskBarIcon()  { PyErr_SetNone(PyExc_NotImplementedError); }
+    wxTaskBarIcon()  { wxPyRaiseNotImplemented(); }
 };
  
 
@@ -37,7 +37,7 @@ class wxTaskBarIconEvent : public wxEvent
 {
 public:
     wxTaskBarIconEvent(wxEventType, wxTaskBarIcon *)
-        { PyErr_SetNone(PyExc_NotImplementedError); }
+        { wxPyRaiseNotImplemented(); }
     virtual wxEvent* Clone() const { return NULL; }
 };