[Libreoffice-commits] core.git: vcl/source

Joren De Cuyper jorendc at libreoffice.org
Mon Feb 10 08:41:34 PST 2014


 vcl/source/app/settings.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bd37c63eff9eb4a263d43f84431cb2c32f32908b
Author: Joren De Cuyper <jorendc at libreoffice.org>
Date:   Mon Feb 10 16:14:26 2014 +0100

    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 at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx
index 3f07a2b..3f5c9c7 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) ) )


More information about the Libreoffice-commits mailing list