fix type in --enable-ico_cur help string
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -1844,7 +1844,7 @@ Optional Features:
|
||||
--enable-iff use iff images (IFF file format)
|
||||
--enable-pnm use pnm images (PNM file format)
|
||||
--enable-xpm use xpm images (XPM file format)
|
||||
--enable-icocur use Windows ICO and CUR formats
|
||||
--enable-ico_cur use Windows ICO and CUR formats
|
||||
--enable-dccache cache temporary wxDC objects (Win32 only)
|
||||
--enable-ps-in-msw use PS printing in wxMSW (Win32 only)
|
||||
--enable-ownerdrawn use owner drawn controls (Win32 and OS/2 only)
|
||||
|
@@ -906,7 +906,7 @@ WX_ARG_FEATURE(tga, [ --enable-tga use tga images (TGA file
|
||||
WX_ARG_FEATURE(iff, [ --enable-iff use iff images (IFF file format)], wxUSE_IFF)
|
||||
WX_ARG_FEATURE(pnm, [ --enable-pnm use pnm images (PNM file format)], wxUSE_PNM)
|
||||
WX_ARG_FEATURE(xpm, [ --enable-xpm use xpm images (XPM file format)], wxUSE_XPM)
|
||||
WX_ARG_FEATURE(ico_cur, [ --enable-icocur use Windows ICO and CUR formats], wxUSE_ICO_CUR)
|
||||
WX_ARG_FEATURE(ico_cur, [ --enable-ico_cur use Windows ICO and CUR formats], wxUSE_ICO_CUR)
|
||||
|
||||
dnl ---------------------------------------------------------------------------
|
||||
dnl wxMSW-only options
|
||||
|
Reference in New Issue
Block a user