projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Send EVT_DATAVIEW_ITEM_CONTEXT_MENU events even when not clicking on an item.
[wxWidgets.git]
/
include
/
wx
/
caret.h
diff --git
a/include/wx/caret.h
b/include/wx/caret.h
index c0a30bb893b19593df8fa4b779b291c4a3808435..1c28b6df2c67cbd02608b206494fb2906484aaff 100644
(file)
--- a/
include/wx/caret.h
+++ b/
include/wx/caret.h
@@
-147,7
+147,7
@@
public:
virtual void OnKillFocus() { }
protected:
virtual void OnKillFocus() { }
protected:
- // these functions may be overriden in the derived classes, but they
+ // these functions may be overrid
d
en in the derived classes, but they
// should call the base class version first
virtual bool DoCreate(wxWindowBase *window, int width, int height)
{
// should call the base class version first
virtual bool DoCreate(wxWindowBase *window, int width, int height)
{