summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/mediash.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/shells/mediash.cxx')
-rw-r--r--sw/source/uibase/shells/mediash.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/mediash.cxx b/sw/source/uibase/shells/mediash.cxx
index 415f6cbd5524..6afb7f525ccf 100644
--- a/sw/source/uibase/shells/mediash.cxx
+++ b/sw/source/uibase/shells/mediash.cxx
@@ -190,7 +190,7 @@ SwMediaShell::SwMediaShell(SwView &_rView) :
SwBaseShell(_rView)
{
- SetName(OUString("Media Playback"));
+ SetName("Media Playback");
SetHelpId(SW_MEDIASHELL);
SfxShell::SetContextName(sfx2::sidebar::EnumContext::GetContextName(sfx2::sidebar::EnumContext::Context_Media));
}