diff options
author | Joren De Cuyper <jorendc@libreoffice.org> | 2014-02-10 16:14:26 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-10 16:41:06 +0000 |
commit | bd37c63eff9eb4a263d43f84431cb2c32f32908b (patch) | |
tree | e328020686ff2a0f5a249ff7050a229aac060d41 /vcl/source | |
parent | 9d5841aa433ee325b702c3a8c4c8784052e09b3a (diff) |
Correct comment: we can select icon theme in LibreOffice -> View
Change-Id: I692e9d6037b2fa5a9f69069177b6d9925661ec60
Reviewed-on: https://gerrit.libreoffice.org/7974
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/app/settings.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx index 3f07a2bdeaa4..3f5c9c7e0b44 100644 --- a/vcl/source/app/settings.cxx +++ b/vcl/source/app/settings.cxx @@ -621,7 +621,7 @@ void StyleSettings::SetCheckedColorSpecialCase( ) sal_uLong StyleSettings::GetCurrentSymbolsStyle() const { - // style selected in Tools -> Options... -> OpenOffice.org -> View + // style selected in Tools -> Options... -> LibreOffice -> View sal_uLong nStyle = GetSymbolsStyle(); if ( nStyle == STYLE_SYMBOLS_AUTO || ( !CheckSymbolStyle (nStyle) ) ) |