Fixed WinCE compilo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -254,7 +254,7 @@ wxFont wxCreateFontFromStockObject(int index)
|
|||||||
|
|
||||||
wxFont wxSystemSettingsNative::GetFont(wxSystemFont index)
|
wxFont wxSystemSettingsNative::GetFont(wxSystemFont index)
|
||||||
{
|
{
|
||||||
#ifdef __WXWINCE__
|
#ifndef __WXWINCE__
|
||||||
// this one is special: we don't get it from GetStockObject()
|
// this one is special: we don't get it from GetStockObject()
|
||||||
if ( index == wxSYS_ICONTITLE_FONT )
|
if ( index == wxSYS_ICONTITLE_FONT )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user