]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/statbmp.cpp
Set missing Language: headers in PO files.
[wxWidgets.git] / src / gtk / statbmp.cpp
index a1c66085e38a85bb14a3e595cef23cb39ca5e38a..bfe5c1ef384c71e16385907ae861570619da5234 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        src/gtk/statbmp.cpp
 // Purpose:
 // Author:      Robert Roebling
-// Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
 // Licence:           wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -75,8 +74,7 @@ void wxStaticBitmap::SetBitmap( const wxBitmap &bitmap )
 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