Another typo concerning wxUSE_SASH
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
7742598f08
commit
e602002e27
@ -254,7 +254,7 @@ if test $DEBUG_CONFIGURE = 1; then
|
||||
DEFAULT_wxUSE_NOTEBOOK=no
|
||||
DEFAULT_wxUSE_RADIOBOX=no
|
||||
DEFAULT_wxUSE_RADIOBTN=no
|
||||
DEFAULT_wxUSE_SASHWINDOW=no
|
||||
DEFAULT_wxUSE_SASH=no
|
||||
DEFAULT_wxUSE_SCROLLBAR=no
|
||||
DEFAULT_wxUSE_SLIDER=no
|
||||
DEFAULT_wxUSE_SPINBTN=no
|
||||
@ -343,7 +343,7 @@ else
|
||||
DEFAULT_wxUSE_NOTEBOOK=yes
|
||||
DEFAULT_wxUSE_RADIOBOX=yes
|
||||
DEFAULT_wxUSE_RADIOBTN=yes
|
||||
DEFAULT_wxUSE_SASHWINDOW=yes
|
||||
DEFAULT_wxUSE_SASH=yes
|
||||
DEFAULT_wxUSE_SCROLLBAR=yes
|
||||
DEFAULT_wxUSE_SLIDER=yes
|
||||
DEFAULT_wxUSE_SPINBTN=yes
|
||||
|
Loading…
Reference in New Issue
Block a user