]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbr95.cpp
pretend that we support all encodings instead of not supporting any of them under...
[wxWidgets.git] / src / msw / statbr95.cpp
index 19abffaaf6d9cf82200d89af6ebc1e7197348f7e..b72590f0760b092f4a6ff21ce16124c6df30eb74 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     04.04.98
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
@@ -116,6 +116,7 @@ bool wxStatusBar95::Create(wxWindow *parent,
 
     SetFieldsCount(1);
     SubclassWin(m_hWnd);
+    InheritAttributes();
 
     SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_MENUBAR));