summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drvwshrg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/drvwshrg.cxx')
-rw-r--r--sd/source/ui/view/drvwshrg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/view/drvwshrg.cxx b/sd/source/ui/view/drvwshrg.cxx
index bf4f097bb55a..7b16b72e9ba5 100644
--- a/sd/source/ui/view/drvwshrg.cxx
+++ b/sd/source/ui/view/drvwshrg.cxx
@@ -62,7 +62,7 @@ SFX_IMPL_INTERFACE(DrawViewShell, SfxShell)
void DrawViewShell::InitInterface_Impl()
{
- GetStaticInterface()->RegisterPopupMenu(SdResId(RID_DRAW_TEXTOBJ_INSIDE_POPUP));
+ GetStaticInterface()->RegisterPopupMenu("drawtext");
GetStaticInterface()->RegisterChildWindow(SID_NAVIGATOR, true);
@@ -86,7 +86,7 @@ SFX_IMPL_INTERFACE(GraphicViewShell, SfxShell)
void GraphicViewShell::InitInterface_Impl()
{
- GetStaticInterface()->RegisterPopupMenu(SdResId(RID_DRAW_TEXTOBJ_INSIDE_POPUP));
+ GetStaticInterface()->RegisterPopupMenu("drawtext");
GetStaticInterface()->RegisterChildWindow(SID_NAVIGATOR, true);