summaryrefslogtreecommitdiff
path: root/sw/source/uibase/web/wfrmsh.cxx
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2016-01-19 00:37:47 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2016-01-19 02:05:01 +0200
commit447c313586e9b36acff393feae15f5e1b63861ae (patch)
tree2cbfc56c4aa843351261731e5ac43d1f59104650 /sw/source/uibase/web/wfrmsh.cxx
parent8cd6dd0a35b1c531ddb5010a3dea84f91f2ffb40 (diff)
tdf#93837 Convert Writer context menus to xml
Change-Id: I9bc4d5dbef899a31f485123ec841f8d6585a4529
Diffstat (limited to 'sw/source/uibase/web/wfrmsh.cxx')
-rw-r--r--sw/source/uibase/web/wfrmsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/web/wfrmsh.cxx b/sw/source/uibase/web/wfrmsh.cxx
index 96ca336e5374..befc4f60aca0 100644
--- a/sw/source/uibase/web/wfrmsh.cxx
+++ b/sw/source/uibase/web/wfrmsh.cxx
@@ -41,7 +41,7 @@ SFX_IMPL_INTERFACE(SwWebFrameShell, SwFrameShell)
void SwWebFrameShell::InitInterface_Impl()
{
- GetStaticInterface()->RegisterPopupMenu(SW_RES(MN_FRM_POPUPMENU));
+ GetStaticInterface()->RegisterPopupMenu("frame");
GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_OBJECT, RID_WEBFRAME_TOOLBOX);
}