diff --git a/apps/common/main/lib/component/Button.js b/apps/common/main/lib/component/Button.js index ecfee549d..a81899ed5 100644 --- a/apps/common/main/lib/component/Button.js +++ b/apps/common/main/lib/component/Button.js @@ -45,12 +45,12 @@ * * * A simple button with icon: - * + * * * A button with menu: *
* *
-
plugins panel
\ No newline at end of file diff --git a/apps/documenteditor/main/app/view/Toolbar.js b/apps/documenteditor/main/app/view/Toolbar.js index 0bc2d5bde..bb0610f9f 100644 --- a/apps/documenteditor/main/app/view/Toolbar.js +++ b/apps/documenteditor/main/app/view/Toolbar.js @@ -72,8 +72,7 @@ define([ { caption: 'File', action: 'file'}, { caption: 'Home', action: 'home'}, { caption: 'Insert', action: 'ins'}, - { caption: 'Page Layout', action: 'layout'}, - { caption: 'Plugins', action: 'plugins' } + { caption: 'Page Layout', action: 'layout'} ] };