diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-05-13 23:26:20 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-05-13 23:26:20 +0200 |
commit | a362f15f85fc3f00ea3144f763798131cb66e3e3 (patch) | |
tree | 36519d7e7afe6c643fdd0c781fddb069ff86648e /vcl/source/control | |
parent | 036a660a86c225992c7cab083073374c40b1f366 (diff) |
Typo: shoud -> should
Change-Id: I44f4fb9682a56af6654e1f7462dc37557d60e735
Diffstat (limited to 'vcl/source/control')
-rw-r--r-- | vcl/source/control/button.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx index 6cf70e091c41..7b07f52aecdb 100644 --- a/vcl/source/control/button.cxx +++ b/vcl/source/control/button.cxx @@ -655,7 +655,7 @@ void PushButton::ImplInitSettings( bool bFont, SetBackground(); // #i38498#: do not check for GetParent()->IsChildTransparentModeEnabled() // otherwise the formcontrol button will be overdrawn due to PARENTCLIPMODE_NOCLIP - // for radio and checkbox this is ok as they shoud appear transparent in documents + // for radio and checkbox this is ok as they should appear transparent in documents if ( IsNativeControlSupported( CTRL_PUSHBUTTON, PART_ENTIRE_CONTROL ) || (GetStyle() & WB_FLATBUTTON) != 0 ) { |