X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..b792147db7e5ceb5da741f5f6e27fea79944a04c:/src/os2/statline.cpp diff --git a/src/os2/statline.cpp b/src/os2/statline.cpp index 854971b8ac..dd7ca77231 100644 --- a/src/os2/statline.cpp +++ b/src/os2/statline.cpp @@ -5,7 +5,7 @@ // Created: 10/23/99 // Version: $Id$ // Copyright: (c) 1999 David Webster -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -60,7 +60,7 @@ bool wxStaticLine::Create( ,rsName )) return FALSE; - if (!OS2CreateControl( "STATIC" + if (!OS2CreateControl( wxT("STATIC") ,SS_FGNDFRAME ,rPos ,rSize @@ -70,7 +70,7 @@ bool wxStaticLine::Create( wxColour vColour; - vColour.Set(wxString("GREY")); + vColour.Set(wxString(wxT("GREY"))); LONG lColor = (LONG)vColour.GetPixel();