X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/41fecb4451682f11e352fc5b9b7383f6335322a7..9a63feff3a93d9d9dc36f155d3a5c3a36cb922f0:/include/wx/settings.h diff --git a/include/wx/settings.h b/include/wx/settings.h index af1b6bde81..4d4f680457 100644 --- a/include/wx/settings.h +++ b/include/wx/settings.h @@ -5,7 +5,7 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -28,7 +28,11 @@ enum wxSystemFont wxSYS_DEVICE_DEFAULT_FONT, wxSYS_DEFAULT_PALETTE, wxSYS_SYSTEM_FIXED_FONT, - wxSYS_DEFAULT_GUI_FONT + wxSYS_DEFAULT_GUI_FONT, + wxSYS_ICONTITLE_FONT +#ifndef __WXMSW__ + = wxSYS_DEFAULT_GUI_FONT +#endif }; // possible values for wxSystemSettings::GetColour() parameter