diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-21 11:07:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-21 12:49:10 +0200 |
commit | 40b25aad84cbc6d57ec226427c708406522d0b4c (patch) | |
tree | 5827f275d11e5d43ee91773a2545c184f52b32e2 /vcl | |
parent | a9f77e87f3e6ca3333bbb16dec5456f3bf2903b8 (diff) |
to wide -> too wide
Change-Id: I5a6743c41599f55b14461741cebc40e4186945a7
Reviewed-on: https://gerrit.libreoffice.org/81215
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/win/window/salframe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/window/salframe.cxx b/vcl/win/window/salframe.cxx index e021bfd216e9..bb6a6fed2e44 100644 --- a/vcl/win/window/salframe.cxx +++ b/vcl/win/window/salframe.cxx @@ -2725,7 +2725,7 @@ void WinSalFrame::UpdateSettings( AllSettings& rSettings ) aStyleSettings.SetHelpFont( aHelpFont ); aStyleSettings.SetIconFont( aIconFont ); // We prefer Arial in the russian version, because MS Sans Serif - // is to wide for the dialogs + // is too wide for the dialogs if ( rSettings.GetLanguageTag().getLanguageType() == LANGUAGE_RUSSIAN ) { OUString aFontName = aAppFont.GetFamilyName(); |