X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..7d90da2b4c677a3a1eeaab1b5991566a5d515368:/include/wx/os2/spinbutt.h diff --git a/include/wx/os2/spinbutt.h b/include/wx/os2/spinbutt.h index 31821af0a2..39ba5ae572 100644 --- a/include/wx/os2/spinbutt.h +++ b/include/wx/os2/spinbutt.h @@ -6,7 +6,7 @@ // Created: 10/15/99 // RCS-ID: $Id$ // Copyright: (c) David Webster -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_SPINBUTT_H_ @@ -32,7 +32,7 @@ public: ,const wxPoint& rPos = wxDefaultPosition ,const wxSize& rSize = wxDefaultSize ,long lStyle = wxSP_VERTICAL - ,const wxString& rsName = "wxSpinButton" + ,const wxString& rsName = wxT("wxSpinButton") ) { Create(pParent, vId, rPos, rSize, lStyle, rsName); @@ -45,7 +45,7 @@ public: ,const wxPoint& rPos = wxDefaultPosition ,const wxSize& rSize = wxDefaultSize ,long lStyle = wxSP_VERTICAL - ,const wxString& rsName = "wxSpinButton" + ,const wxString& rsName = wxT("wxSpinButton") ); // Accessors