summaryrefslogtreecommitdiff
path: root/vcl/source/control/button.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/control/button.cxx')
-rw-r--r--vcl/source/control/button.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx
index 7240f7ce1b87..8a076fadceb9 100644
--- a/vcl/source/control/button.cxx
+++ b/vcl/source/control/button.cxx
@@ -2639,7 +2639,7 @@ bool RadioButton::set_property(const OString &rKey, const OUString &rValue)
nBits &= ~(WB_VCENTER | WB_TOP);
nBits |= WB_BOTTOM;
}
- //Its rather mad to have to set these bits when there is the other
+ //It's rather mad to have to set these bits when there is the other
//image align. Looks like e.g. the radiobuttons etc weren't converted
//over to image align fully.
SetStyle(nBits);