projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix spelling in utils/screenshotgen sources.
[wxWidgets.git]
/
src
/
osx
/
checkbox_osx.cpp
diff --git
a/src/osx/checkbox_osx.cpp
b/src/osx/checkbox_osx.cpp
index cda4a37d2ebc82c03aee7233e6275044887695ba..e45c547eabb633ef3f5ea8758a4357cfba1d3970 100644
(file)
--- a/
src/osx/checkbox_osx.cpp
+++ b/
src/osx/checkbox_osx.cpp
@@
-89,7
+89,7
@@
bool wxCheckBox::OSXHandleClicked( double WXUNUSED(timestampsec) )
{
wxCheckBoxState origState ;
{
wxCheckBoxState origState ;
-
newState =
origState = Get3StateValue();
+ origState = Get3StateValue();
switch (origState)
{
switch (origState)
{