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:
@@ -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
|
||||||
------------------------------
|
------------------------------
|
||||||
|
@@ -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
|
||||||
|
@@ -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)
|
||||||
|
Reference in New Issue
Block a user