wxProgressDialog needs progress bar.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2004-11-25 17:00:31 +00:00
parent 4d4e1be2ef
commit 063b752ebc

View File

@ -1460,6 +1460,17 @@
# endif
#endif /* wxUSE_FILEDLG */
#if !wxUSE_GAUGE
# if wxUSE_PROGRESSDLG
# ifdef wxABORT_ON_CONFIG_ERROR
# error "Progress dialog require wxUSE_GAUGE"
# else
# undef wxUSE_GAUGE
# define wxUSE_GAUGE 1
# endif
# endif
#endif /* !wxUSE_GAUGE */
#if !wxUSE_BUTTON
# if wxUSE_PROGRESSDLG || \
wxUSE_FONTDLG || \
@ -1477,7 +1488,7 @@
# define wxUSE_BUTTON 1
# endif
# endif
#endif /* wxUSE_PROGRESSDLG */
#endif /* !wxUSE_BUTTON */
#if !wxUSE_TOOLBAR
# if wxUSE_TOOLBAR_NATIVE