sw/source/uibase/web/wolesh.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e68fa37bf838d1076df91a8bd61f621e2d3c784a Author: Maxim Monastirsky <[email protected]> Date: Tue Jan 19 02:45:21 2016 +0200 Fix typo Change-Id: If2c92108e1f19cd766b36dabd1c9e9215242de11 diff --git a/sw/source/uibase/web/wolesh.cxx b/sw/source/uibase/web/wolesh.cxx index 69e9e18..5c384af 100644 --- a/sw/source/uibase/web/wolesh.cxx +++ b/sw/source/uibase/web/wolesh.cxx @@ -39,7 +39,7 @@ SFX_IMPL_INTERFACE(SwWebOleShell, SwOleShell) void SwWebOleShell::InitInterface_Impl() { - GetStaticInterface()->RegisterPopupMenu("ole"); + GetStaticInterface()->RegisterPopupMenu("oleobject"); GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_OBJECT, RID_WEBOLE_TOOLBOX); } _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
