]> git.saurik.com Git - wxWidgets.git/commitdiff
fix total breakage of all fonts in wxMSW caused by r57542 which changed the value...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 5 Mar 2009 14:09:37 +0000 (14:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 5 Mar 2009 14:09:37 +0000 (14:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/settings.h

index 7790a1d555782aee67d6e709a25df977b50e3dbf..8de41ae424b0b8009bfb287540bc78bfbe570ef0 100644 (file)
@@ -29,6 +29,10 @@ enum wxSystemFont
     wxSYS_SYSTEM_FONT,
     wxSYS_DEVICE_DEFAULT_FONT,
 
+    // don't use: this is here just to make the values of enum elements
+    // coincide with the corresponding MSW constants
+    wxSYS_DEFAULT_PALETTE,
+
     // don't use: MSDN says that this is a stock object provided only
     // for compatibility with 16-bit Windows versions earlier than 3.0!
     wxSYS_SYSTEM_FIXED_FONT,