[ooo-build-commit] .: vcl/source
Jan Holesovsky
kendy at kemper.freedesktop.org
Wed Aug 25 05:09:43 PDT 2010
vcl/source/app/settings.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 3fe1bae1c7de204a39c09307a580e0d2ff7b522f
Author: Jan Holesovsky <kendy at suse.cz>
Date: Wed Aug 25 13:51:38 2010 +0200
tango-icons-default-w32.diff: Use Tango icons by default on Windows too.
n#254855.
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx
index c95bf54..edc25f4 100755
--- a/vcl/source/app/settings.cxx
+++ b/vcl/source/app/settings.cxx
@@ -817,7 +817,8 @@ ULONG StyleSettings::GetAutoSymbolsStyle() const
if( bCont )
{
- if( rDesktopEnvironment.equalsIgnoreAsciiCaseAscii( "gnome" ) )
+ if( rDesktopEnvironment.equalsIgnoreAsciiCaseAscii( "gnome" ) ||
+ rDesktopEnvironment.equalsIgnoreAsciiCaseAscii( "windows" ) )
nRet = STYLE_SYMBOLS_TANGO;
else if( rDesktopEnvironment.equalsIgnoreAsciiCaseAscii( "kde" ) )
nRet = STYLE_SYMBOLS_CRYSTAL;
More information about the ooo-build-commit
mailing list