projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added ability to switch off more components of the size page UI
[wxWidgets.git]
/
src
/
msw
/
checklst.cpp
diff --git
a/src/msw/checklst.cpp
b/src/msw/checklst.cpp
index 726bccff524b4adc70ad2f7fad8328e320245582..235019ca178732df33b3c88857ad24795754ef0e 100644
(file)
--- a/
src/msw/checklst.cpp
+++ b/
src/msw/checklst.cpp
@@
-61,7
+61,7
@@
namespace
// space around check mark bitmap in pixels
static const int CHECKMARK_EXTRA_SPACE = 1;
- // space betwen check bitmap and text label
+ // space betwe
e
n check bitmap and text label
static const int CHECKMARK_LABEL_SPACE = 2;
} // anonymous namespace