// ----------------------------------------------------------------------------
#ifdef __GNUG__
- #pragma implementation "statbox.h"
+ #pragma implementation "univstatbox.h"
#endif
#include "wx/wxprec.h"
if ( !wxControl::Create(parent, id, pos, size, style, wxDefaultValidator, name) )
return FALSE;
+ m_hasDialogBackground = TRUE;
+
SetLabel(label);
return TRUE;