]> git.saurik.com Git - wxWidgets.git/commit
Always use icons with wxToolbook in the notebook sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 15 Mar 2011 11:10:46 +0000 (11:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 15 Mar 2011 11:10:46 +0000 (11:10 +0000)
commitbd448041e742f66b43c74bfddd2dfbda8680394a
tree2639ba0e455f8b9d732a36275e62d5a5b516367f
parent825ce0af4fcf180fe7429bb3a4f420a6249c3297
Always use icons with wxToolbook in the notebook sample.

wxToolbook asserts and doesn't work if it has no images so always use them
with it in the sample to avoid it.

Closes #11656.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/notebook/notebook.cpp