X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/36633c5c00d60bbcfffd9415c36f89579992b315..7960c7b4c5b44c2ea923f5acca38fd0fd269a159:/src/univ/themes/metal.cpp diff --git a/src/univ/themes/metal.cpp b/src/univ/themes/metal.cpp index dc580faaf0..687a6847e3 100644 --- a/src/univ/themes/metal.cpp +++ b/src/univ/themes/metal.cpp @@ -5,7 +5,7 @@ // Created: 06.08.00 // RCS-ID: $Id$ // Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // =========================================================================== @@ -157,7 +157,7 @@ private: bool GetOrCreateTheme() { if ( !m_win32Theme ) - m_win32Theme = wxTheme::Create("win32"); + m_win32Theme = wxTheme::Create( wxT("win32") ); return m_win32Theme != NULL; } private: