]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stattext.h
Fixed linking errors related to wxAnyButton in wxUniv.
[wxWidgets.git] / include / wx / stattext.h
index 00a92105fed0a3ad1fdf5b0de23b6e97d894e355..a7124c440df3472a62d31966204c9f79125eedf0 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        stattext.h
+// Name:        wx/stattext.h
 // Purpose:     wxStaticText base header
 // Author:      Julian Smart
 // Modified by:
@@ -39,7 +39,7 @@ public:
     // This function will modify the value returned by GetLabel()!
     void Wrap(int width);
 
-    // overriden base virtuals
+    // overridden base virtuals
     virtual bool AcceptsFocus() const { return false; }
     virtual bool HasTransparentBackground() { return true; }