summaryrefslogtreecommitdiff
path: root/vcl/source/window/menu.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/menu.cxx')
-rw-r--r--vcl/source/window/menu.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx
index eb08c4de9848..3fedfb936bc3 100644
--- a/vcl/source/window/menu.cxx
+++ b/vcl/source/window/menu.cxx
@@ -84,7 +84,7 @@ static bool ImplAccelDisabled()
{
OUString aStr =
vcl::SettingsConfigItem::get()->
- getValue( "Menu", "SuppressAccelerators" );
+ getValue( u"Menu"_ustr, u"SuppressAccelerators"_ustr );
nAccelDisabled = aStr.equalsIgnoreAsciiCase("true") ? 1 : 0;
}
return nAccelDisabled == 1;