// Created: 06.08.00
// RCS-ID: $Id$
// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
-// Licence: wxWindows license
+// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// ===========================================================================
bool GetOrCreateTheme()
{
if ( !m_win32Theme )
- m_win32Theme = wxTheme::Create("win32");
+ m_win32Theme = wxTheme::Create( wxT("win32") );
return m_win32Theme != NULL;
}
private: