///////////////////////////////////////////////////////////////////////////////
// Name: src/msw/uxtheme.cpp
// Purpose: implements wxUxThemeEngine class: support for XP themes
-// Author:
+// Author: John Platts, Vadim Zeitlin
// Modified by:
// Created: 2003
// RCS-ID: $Id$
-// Copyright: (c) 2003 wxWidgets Dev-Team
+// Copyright: (c) 2003 John Platts, Vadim Zeitlin
// License: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
bool wxUxThemeEngine::Initialize()
{
- if ( wxTheApp->GetComCtl32Version() < 600 )
+ if ( wxApp::GetComCtl32Version() < 600 )
{
// not using theme-aware comctl32.dll anyhow, don't even try to use
// themes