]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/shaped/shaped.cpp
Removed duplicate declaration of wxEntry.
[wxWidgets.git] / samples / shaped / shaped.cpp
index 657c70319f54b9e499397fc02ef0645b354b3444..eefa2639db9ca6a40c7bbfbe069ea0a16b1d2dc0 100644 (file)
@@ -159,7 +159,7 @@ ShapedFrame::ShapedFrame()
             )
 {
     m_hasShape = FALSE;
-    m_bmp = wxBitmap("star.png", wxBITMAP_TYPE_PNG);
+    m_bmp = wxBitmap(_T("star.png"), wxBITMAP_TYPE_PNG);
     SetSize(wxSize(m_bmp.GetWidth(), m_bmp.GetHeight()));
 #ifndef __WXMAC__
     // On wxMac the tooltip gets clipped by the window shape, YUCK!!