projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Explicitly include X11/Xlib.h to fix AIX build.
[wxWidgets.git]
/
src
/
generic
/
headerctrlg.cpp
diff --git
a/src/generic/headerctrlg.cpp
b/src/generic/headerctrlg.cpp
index f0f7cde162aab2224eaa7b2283d0674cdce22974..279c1d031b590ebdd2088fbc3639f34d01f9fa58 100644
(file)
--- a/
src/generic/headerctrlg.cpp
+++ b/
src/generic/headerctrlg.cpp
@@
-180,7
+180,7
@@
unsigned int wxHeaderCtrl::FindColumnAtPoint(int x, bool *onSeparator) const
pos += col.GetWidth();
pos += col.GetWidth();
- // if the column is resiz
e
able, check if we're approximatively over the
+ // if the column is resizable, check if we're approximatively over the
// line separating it from the next column
//
// TODO: don't hardcode sensitivity
// line separating it from the next column
//
// TODO: don't hardcode sensitivity