projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added test for wxScopeGuard
[wxWidgets.git]
/
src
/
common
/
popupcmn.cpp
diff --git
a/src/common/popupcmn.cpp
b/src/common/popupcmn.cpp
index 5876f6b03c301d353083fdbaca6a8dc907c7a135..cec606e52e67d6ef19fac466ea90643243dfcda0 100644
(file)
--- a/
src/common/popupcmn.cpp
+++ b/
src/common/popupcmn.cpp
@@
-491,7
+491,7
@@
void wxPopupWindowHandler::OnLeftDown(wxMouseEvent& event)
wxPoint pos = event.GetPosition();
- // scrollbar on which the click occured
+ // scrollbar on which the click occur
r
ed
wxWindow *sbar = NULL;
wxWindow *win = (wxWindow *)event.GetEventObject();