]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/imaglist.cpp
Added more 3d rendering to row and col labels and removed sunken border style from...
[wxWidgets.git] / src / generic / imaglist.cpp
index 87eb78dcd396427fdcff605a64c91f0cf12dc3b9..403cd4f13c8fc66369d49f38dade6c5eae7e6c89 100644 (file)
@@ -80,7 +80,7 @@ bool wxImageList::Replace( int index, const wxBitmap &bitmap )
 //so construct it from a bitmap object until I can figure this nonsense out. (DW)
         newBitmap = new wxBitmap(bitmap) ;
 #else
-        newBitmap = new wxIcon( (const wxIcon&) bitmap );
+        newBitmap = new wxBitmap( (const wxIcon&) bitmap );
 #endif
     else
         newBitmap = new wxBitmap(bitmap) ;