]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/settings.cpp
Read TIFF images from top to bottom instead of bottom to top.
[wxWidgets.git] / src / palmos / settings.cpp
index a93fcf006ee20eec5771f05e5eb0b5e07b8aab64..ecb01c9bd5a3cbf8895275ec3a9d8c8e9656faa5 100644 (file)
@@ -29,9 +29,9 @@
 #ifndef WX_PRECOMP
     #include "wx/utils.h"
     #include "wx/gdicmn.h"
+    #include "wx/module.h"
 #endif
 
-#include "wx/module.h"
 #include "wx/fontutil.h"
 
 #include <UIColor.h>
@@ -76,6 +76,7 @@ wxColour wxSystemSettingsNative::GetColour(wxSystemColour index)
         case wxSYS_COLOUR_INACTIVEBORDER:
         case wxSYS_COLOUR_APPWORKSPACE:
         case wxSYS_COLOUR_HIGHLIGHT:
+        case wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT:
         case wxSYS_COLOUR_HIGHLIGHTTEXT:
         case wxSYS_COLOUR_BTNFACE:
         case wxSYS_COLOUR_BTNSHADOW: