]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statbox.h
Make wxGCDC::GetGraphicsContext() const.
[wxWidgets.git] / include / wx / statbox.h
index 2b3683d3d722a933eac3d39fba5ec5ae9f51a67a..cacae6619868380699637fd6d0eede5dcde3e1da 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        statbox.h
+// Name:        wx/statbox.h
 // Purpose:     wxStaticBox base header
 // Author:      Julian Smart
 // Modified by:
@@ -29,7 +29,7 @@ class WXDLLIMPEXP_CORE wxStaticBoxBase : public wxControl
 public:
     wxStaticBoxBase() { }
 
-    // overriden base class virtuals
+    // overridden base class virtuals
     virtual bool AcceptsFocus() const { return false; }
     virtual bool HasTransparentBackground() { return true; }