summaryrefslogtreecommitdiff
path: root/vcl/source/window/layout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/layout.cxx')
-rw-r--r--vcl/source/window/layout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx
index 8645bb90890f..e7f5e1b9c867 100644
--- a/vcl/source/window/layout.cxx
+++ b/vcl/source/window/layout.cxx
@@ -1977,7 +1977,7 @@ void MessageDialog::setButtonHandlers(VclButtonBox *pButtonBox)
break;
}
//The default is to stick the focus into the first widget
- //that accepts it, and if that happens and its a button
+ //that accepts it, and if that happens and it's a button
//then that becomes the new default button, so explicitly
//put the focus into the default button
if (pChild->GetStyle() & WB_DEFBUTTON)