]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/url.h
wxStaticBox constructor is not supposed to take a wxValidator
[wxWidgets.git] / include / wx / url.h
index 90576092b1f2d2247f4c540c0745674e489554a2..25bf2bb5ae3d333891352f4da01895595ae1a14d 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     20/07/1997
 // RCS-ID:      $Id$
 // Copyright:   (c) 1997, 1998 Guilhem Lavaux
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_URL_H
@@ -87,7 +87,7 @@ protected:
     friend class wxURLNativeImp;
     // pointer to a native URL implementation object
     wxURLNativeImp *m_nativeImp;
-    // Creates on the heap and returns a native 
+    // Creates on the heap and returns a native
     // implementation object for the current platform.
     static wxURLNativeImp *CreateNativeImpObject();
 #endif