]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/statbox.cpp
test wxExecute() in the sample
[wxWidgets.git] / src / univ / statbox.cpp
index e9fbbd2cac995f880638a27bf88635bc1519abde..0f878f5685d33523d46f9b473bdfa4674ff4e3a5 100644 (file)
@@ -18,7 +18,7 @@
 // ----------------------------------------------------------------------------
 
 #ifdef __GNUG__
-    #pragma implementation "statbox.h"
+    #pragma implementation "univstatbox.h"
 #endif
 
 #include "wx/wxprec.h"
@@ -58,6 +58,8 @@ bool wxStaticBox::Create(wxWindow *parent,
     if ( !wxControl::Create(parent, id, pos, size, style, wxDefaultValidator, name) )
         return FALSE;
 
+    m_hasDialogBackground = TRUE;
+
     SetLabel(label);
 
     return TRUE;