Fixed constants of the new wxPG_EX styles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli 2009-09-11 16:41:31 +00:00
parent 521f1d8371
commit 20fb9ddf29

View File

@ -280,11 +280,11 @@ wxPG_EX_ENABLE_TLP_TRACKING = 0x04000000,
/** Don't show divider above toolbar, on Windows.
*/
wxPG_EX_NO_TOOLBAR_DIVIDER = 0x04000000,
wxPG_EX_NO_TOOLBAR_DIVIDER = 0x08000000,
/** Show a separator below the toolbar.
*/
wxPG_EX_TOOLBAR_SEPARATOR = 0x08000000
wxPG_EX_TOOLBAR_SEPARATOR = 0x10000000
};