]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/urlmsw.cpp
fix for [ 1052989 ] TextCtrl.SetBackgroundColour(wx.NullColour) bug
[wxWidgets.git] / src / msw / urlmsw.cpp
index 979947318997aa9206bae751b9c8bca878d17bb9..a5c5fd3b376fc13e23e05f05bdec62700bac0e7d 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     06/11/2003
 // RCS-ID:      $Id$
 // Copyright:   (c) 2003 Hajo Kirchhoff
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // For compilers that support precompilation, includes "wx.h".
@@ -31,7 +31,7 @@ public:
 
     wxProtocolError GetError() { return m_error; }
 
-    virtual bool Abort() { return TRUE; }
+    virtual bool Abort() { return true; }
 
     wxInputStream *GetInputStream(const wxString& WXUNUSED(path))
     {