summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/querydesign/TableWindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/TableWindow.cxx b/dbaccess/source/ui/querydesign/TableWindow.cxx
index aad254bdb8b7..dfc78424b2a7 100644
--- a/dbaccess/source/ui/querydesign/TableWindow.cxx
+++ b/dbaccess/source/ui/querydesign/TableWindow.cxx
@@ -476,7 +476,7 @@ void OTableWindow::SetBoldTitle( bool bBold )
void OTableWindow::GetFocus()
{
Window::GetFocus();
- // we have to forward the focus to our listbox to enable keystrokes
+ // we have to forward the focus to our listbox to enable keystokes
if(m_xListBox)
m_xListBox->GrabFocus();
}