]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/spinbutt.h
Add GetDrawable convenience function that returns m_bitmap
[wxWidgets.git] / include / wx / mac / spinbutt.h
index fb0bc70b3c788a38b4c717fef8be1da836ac59e0..b29866c5e5245ded50a2699ec67c13da9dce159b 100644 (file)
@@ -40,7 +40,7 @@ public:
                  const wxPoint& pos = wxDefaultPosition,
                  const wxSize& size = wxDefaultSize,
                  long style = wxSP_VERTICAL | wxSP_ARROW_KEYS,
-                 const wxString& name = "wxSpinButton")
+                 const wxString& name = wxT("wxSpinButton"))
     {
         Create(parent, id, pos, size, style, name);
     }
@@ -52,7 +52,7 @@ public:
                 const wxPoint& pos = wxDefaultPosition,
                 const wxSize& size = wxDefaultSize,
                 long style = wxSP_VERTICAL | wxSP_ARROW_KEYS,
-                const wxString& name = "wxSpinButton");
+                const wxString& name = wxT("wxSpinButton"));
 
 
     // accessors