git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Dimitri Schoolwerth
2004-09-27 10:55:56 +00:00
parent 0f9dff88e5
commit 95ae6d5fc9

View File

@@ -567,7 +567,7 @@
#define wxUSE_TOOLBAR_NATIVE 1 #define wxUSE_TOOLBAR_NATIVE 1
// wxNotebook is a control with several "tabs" located on one of its sides. It // wxNotebook is a control with several "tabs" located on one of its sides. It
// may be used ot logically organise the data presented to the user instead of // may be used to logically organise the data presented to the user instead of
// putting everything in one huge dialog. It replaces wxTabControl and related // putting everything in one huge dialog. It replaces wxTabControl and related
// classes of wxWin 1.6x. // classes of wxWin 1.6x.
// //