]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/statbmp.cpp
missing commit
[wxWidgets.git] / src / gtk / statbmp.cpp
index a1c66085e38a85bb14a3e595cef23cb39ca5e38a..19391bbb7e69026ad3af802578b24ab0bb0aa766 100644 (file)
@@ -75,8 +75,7 @@ void wxStaticBitmap::SetBitmap( const wxBitmap &bitmap )
 wxVisualAttributes
 wxStaticBitmap::GetClassDefaultAttributes(wxWindowVariant WXUNUSED(variant))
 {
 wxVisualAttributes
 wxStaticBitmap::GetClassDefaultAttributes(wxWindowVariant WXUNUSED(variant))
 {
-    // TODO: overload to allow using gtk_pixmap_new?
-    return GetDefaultAttributesFromGTKWidget(gtk_label_new);
+    return GetDefaultAttributesFromGTKWidget(gtk_image_new());
 }
 
 #endif // wxUSE_STATBMP
 }
 
 #endif // wxUSE_STATBMP