diff options
Diffstat (limited to 'sc/source/ui/drawfunc/chartsh.cxx')
-rw-r--r-- | sc/source/ui/drawfunc/chartsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/drawfunc/chartsh.cxx b/sc/source/ui/drawfunc/chartsh.cxx index 47482cf0ff29..56cdadb10ff9 100644 --- a/sc/source/ui/drawfunc/chartsh.cxx +++ b/sc/source/ui/drawfunc/chartsh.cxx @@ -52,7 +52,7 @@ void ScChartShell::InitInterface_Impl() GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_OBJECT | SFX_VISIBILITY_STANDARD | SFX_VISIBILITY_SERVER, RID_DRAW_OBJECTBAR); - GetStaticInterface()->RegisterPopupMenu(ScResId(RID_POPUP_CHART)); + GetStaticInterface()->RegisterPopupMenu("chart"); } |