From bd37c63eff9eb4a263d43f84431cb2c32f32908b Mon Sep 17 00:00:00 2001 From: Joren De Cuyper Date: Mon, 10 Feb 2014 16:14:26 +0100 Subject: Correct comment: we can select icon theme in LibreOffice -> View MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I692e9d6037b2fa5a9f69069177b6d9925661ec60 Reviewed-on: https://gerrit.libreoffice.org/7974 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- vcl/source/app/settings.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source') 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) ) ) -- cgit