Gave up on generating a warning upon the use of the old true/false or
TRUE/FALSE values. Fixed the typemap that converts strings to wxColours to also accept unicode. Typo fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -772,7 +772,7 @@ public:
|
||||
return self.__sub__DT(other)
|
||||
if isinstance(other, wxTimeSpanPtr):
|
||||
return self.__sub__TS(other)
|
||||
if isinstnace(other, wxDateSpanPtr):
|
||||
if isinstance(other, wxDateSpanPtr):
|
||||
return self.__sub__DS(other)
|
||||
raise TypeError, 'Invalid r.h.s. type for __sub__'
|
||||
"
|
||||
|
Reference in New Issue
Block a user