summaryrefslogtreecommitdiff
path: root/icon-themes
diff options
context:
space:
mode:
Diffstat (limited to 'icon-themes')
-rw-r--r--icon-themes/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/icon-themes/README b/icon-themes/README
index 84f3f8560b80..7d40cf9b0798 100644
--- a/icon-themes/README
+++ b/icon-themes/README
@@ -43,9 +43,9 @@ How to add a new image set:
and
sal_uLong StyleSettings::ImplNameToSymbolsStyle( const ::rtl::OUString &rName ) const
both in vcl/source/app/settings.cxx, e.g.
- case STYLE_SYMBOLS_NEW_SET: return ::rtl::OUString::createFromAscii( "new_set" );
+ case STYLE_SYMBOLS_NEW_SET: return ::rtl::OUString( "new_set" );
and
- else if ( rName == ::rtl::OUString::createFromAscii( "new_set" ) )
+ else if ( rName == "new_set" )
return STYLE_SYMBOLS_NEW_SET;
- Add localized item names to 'ListBox LB_ICONSTYLE' to