Fix a few minor typos in comments.

See #12165.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2010-07-13 13:29:44 +00:00
parent c1098adfe2
commit f64d951535
3 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ b) Using IDE:
Original note from William Osborne follow: Original note from William Osborne follows:
wxWidgets 2.5.3 CVS 10-18-2004 wxWidgets 2.5.3 CVS 10-18-2004
------------------------------ ------------------------------

View File

@@ -1387,7 +1387,7 @@
// Set to 0 for no libmspack // Set to 0 for no libmspack
#define wxUSE_LIBMSPACK 0 #define wxUSE_LIBMSPACK 0
// native toolbar does support embedding controls, but not comples panels, please test // native toolbar does support embedding controls, but not complex panels, please test
#define wxOSX_USE_NATIVE_TOOLBAR 1 #define wxOSX_USE_NATIVE_TOOLBAR 1
// make sure we have the proper dispatcher for the console event loop // make sure we have the proper dispatcher for the console event loop

View File

@@ -13,7 +13,7 @@
#ifndef _WX_TOGGLEBUTTON_H_ #ifndef _WX_TOGGLEBUTTON_H_
#define _WX_TOGGLEBUTTON_H_ #define _WX_TOGGLEBUTTON_H_
#include "wx/checkbox.h" // wxCheckBoxNameStr, in Datacmn.cpp #include "wx/checkbox.h" // wxCheckBoxNameStr, in datacmn.cpp
//WXDLLIMPEXP_DATA_CORE(extern const wxChar) wxCheckBoxNameStr[]; //WXDLLIMPEXP_DATA_CORE(extern const wxChar) wxCheckBoxNameStr[];
// Checkbox item (single checkbox) // Checkbox item (single checkbox)