]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/statbmp.cpp
implemented IPC using Unix domain sockets
[wxWidgets.git] / src / univ / statbmp.cpp
index e063d46d94ced616a72b9a7d93260e3d19c50ace..ee56f372a58cddcd0aba20e526d911e1d0890de3 100644 (file)
@@ -18,7 +18,7 @@
 // ----------------------------------------------------------------------------
 
 #ifdef __GNUG__
-    #pragma implementation "statbmp.h"
+    #pragma implementation "univstatbmp.h"
 #endif
 
 #include "wx/wxprec.h"
@@ -60,6 +60,8 @@ bool wxStaticBitmap::Create(wxWindow *parent,
     if ( !wxControl::Create(parent, id, pos, size, style, wxDefaultValidator, name) )
         return FALSE;
 
+    m_hasDialogBackground = TRUE;
+
     // set bitmap first
     SetBitmap(label);