]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/statusbr.h
Typo
[wxWidgets.git] / include / wx / univ / statusbr.h
index 88528562a35a4f7c9e22f105c252fbbf0dc94c51..dca76ee74bf8b703346520ee6b4aefb7156f7961 100644 (file)
@@ -16,7 +16,7 @@
 #include "wx/arrstr.h"
 
 // ----------------------------------------------------------------------------
-// wxStatusBar: a window near the bottom of the frame used for status info
+// wxStatusBarUniv: a window near the bottom of the frame used for status info
 // ----------------------------------------------------------------------------
 
 class WXDLLIMPEXP_CORE wxStatusBarUniv : public wxStatusBarBase,
@@ -60,7 +60,7 @@ public:
 
     // wxInputConsumer pure virtual
     virtual wxWindow *GetInputWindow() const
-        { return wx_const_cast(wxStatusBar*, this); }
+        { return const_cast<wxStatusBar*>(this); }
 
 protected:
     // recalculate the field widths
@@ -95,7 +95,7 @@ protected:
     void Init();
 
 private:
-    // the status fields strings
+    // the current status fields strings
     wxArrayString m_statusText;
 
     // the absolute status fields widths