diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 09:12:37 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:33:06 +0200 |
commit | 92b22157864f82e76863f5d77b32f63eb203322a (patch) | |
tree | 40af9594e43ee205ecdb10edd55862819448f0c6 /vcl/source/window/toolbox.cxx | |
parent | 503edef6b20f06e12b6170247896343f90ebaa7a (diff) |
typo: hilight -> highlight
Diffstat (limited to 'vcl/source/window/toolbox.cxx')
-rw-r--r-- | vcl/source/window/toolbox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/toolbox.cxx b/vcl/source/window/toolbox.cxx index 51eb9d99743e..965a0871e220 100644 --- a/vcl/source/window/toolbox.cxx +++ b/vcl/source/window/toolbox.cxx @@ -3545,7 +3545,7 @@ void ToolBox::MouseMove( const MouseEvent& rMEvt ) // only highlight when the focus is not inside a child window of a toolbox // eg, in a edit control - // and do not hilight when focus is in a different toolbox + // and do not highlight when focus is in a different toolbox bool bDrawHotSpot = true; Window *pWin = Application::GetFocusWindow(); if( pWin && pWin->ImplGetWindowImpl()->mbToolBox && pWin != this ) |