]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/statbar.cpp
corrected date in header; removed extra wx/wxprec.h inclusion
[wxWidgets.git] / src / common / statbar.cpp
index e3a2a150667fb95e244f932eb74586964d24739a..e1c4fd3dffb8a5445bfd923143cceeb6805581c4 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        common/statbar.cpp
+// Name:        src/common/statbar.cpp
 // Purpose:     wxStatusBarBase implementation
 // Author:      Vadim Zeitlin
 // Modified by:
     #pragma hdrstop
 #endif
 
+#if wxUSE_STATUSBAR
+
+#include "wx/statusbr.h"
+
 #ifndef WX_PRECOMP
     #include "wx/frame.h"
-    #include "wx/statusbr.h"
 #endif //WX_PRECOMP
 
-#if wxUSE_STATUSBAR
-
 #include "wx/listimpl.cpp"
 WX_DEFINE_LIST(wxListString)
 
+const wxChar wxStatusBarNameStr[] = wxT("statusBar");
+
 // ============================================================================
 // wxStatusBarBase implementation
 // ============================================================================
@@ -354,4 +357,3 @@ wxListString *wxStatusBarBase::GetOrCreateStatusStack(int i)
 }
 
 #endif // wxUSE_STATUSBAR
-