]> git.saurik.com Git - wxWidgets.git/commit - src/generic/toolbkg.cpp
No real changes, just replace -1 with wxNOT_FOUND in wxBookCtrl code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 27 Oct 2010 16:54:24 +0000 (16:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 27 Oct 2010 16:54:24 +0000 (16:54 +0000)
commit7e837615b95205297821dc0b85791ad9e0055df6
tree45466b9b43918af5bf72eba1c5a3e67e3256af8c
parentef0fdf3914bf957feeadbac5a77505fc98d65e9b
No real changes, just replace -1 with wxNOT_FOUND in wxBookCtrl code.

Make the code consistently use wxNOT_FOUND instead of -1 everywhere.

See #12622.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 files changed:
include/wx/bookctrl.h
include/wx/cocoa/notebook.h
include/wx/generic/notebook.h
include/wx/gtk/notebook.h
include/wx/gtk1/notebook.h
include/wx/msw/notebook.h
include/wx/notebook.h
include/wx/os2/notebook.h
include/wx/osx/notebook.h
src/cocoa/notebook.mm
src/generic/listbkg.cpp
src/generic/toolbkg.cpp
src/gtk/notebook.cpp
src/gtk1/notebook.cpp
src/os2/notebook.cpp
src/osx/notebook_osx.cpp