]> git.lyx.org Git - lyx.git/commitdiff
Fix toolbar broken by r38035
authorEnrico Forestieri <forenr@lyx.org>
Fri, 25 Mar 2011 01:54:55 +0000 (01:54 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Fri, 25 Mar 2011 01:54:55 +0000 (01:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38037 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ui/stdtoolbars.inc

index 849382ce427f1d360d93aad731b19d099ccf178c..cdbb2c5fa37a684070f4943b06198e575f1f952a 100644 (file)
@@ -68,49 +68,33 @@ ToolbarSet
 
        Toolbar "standard" "Standard"
                Layouts
-               Item "Default" "layout"
-               Item "Numbered list" "layout Enumerate"
-               Item "Itemized list" "layout Itemize"
-               Item "List" "layout List"
-               Item "Description" "layout Description"
-               Item "Increase depth" "depth-increment"
-               Item "Decrease depth" "depth-decrement"
-               Item "Paragraph settings" "layout-paragraph"
-               Separator
-               Item "Toggle emphasis" "font-emph"
-               Item "Toggle noun" "font-noun"
-               Item "Apply last" "textstyle-apply"
-               Item "Text style" "dialog-show character"
-               Separator
-               Item "Insert math" "math-mode on"
-               Item "Insert graphics" "dialog-show-new-inset graphics"
-               TableInsert "Insert table"
-               Separator
-               Item "View" "buffer-view"
-               Separator
-               Item "Check spelling" "dialog-show spellchecker"
-               Item "Thesaurus" "thesaurus-entry"
-               Separator
-               Item "Toggle outline" "dialog-toggle toc"
-       End
-
-       Toolbar "file" "File"
                Item "New document" "buffer-new"
                Item "Open document" "file-open"
                Item "Save document" "buffer-write"
-       End
-
-       Toolbar "edit" "Edit"
+               Item "Print document" "dialog-show print"
+               Separator
+               Item "Check spelling" "dialog-show spellchecker"
+               Separator
                Item "Undo" "undo"
                Item "Redo" "redo"
-               Separator
                Item "Cut" "cut"
                Item "Copy" "copy"
                Item "Paste" "paste"
-               Separator
                Item "Find and replace" "dialog-show findreplace"
                Item "Find and replace (advanced)" "dialog-toggle findreplaceadv"
                Item "Navigate back" "bookmark-goto 0"
+               Separator
+               Item "Toggle emphasis" "font-emph"
+               Item "Toggle noun" "font-noun"
+               Item "Apply last" "textstyle-apply"
+               Separator
+               Item "Insert math" "math-mode on"
+               Item "Insert graphics" "dialog-show-new-inset graphics"
+               TableInsert "Insert table"
+               Separator
+               Item "Toggle outline" "dialog-toggle toc"
+               Item "Toggle math toolbar" "toolbar-toggle math"
+               Item "Toggle table toolbar" "toolbar-toggle table"
        End
 
        Toolbar "view/update" "View/Update"
@@ -118,12 +102,21 @@ ToolbarSet
                Item "Update" "buffer-update"
                Item "View master document" "master-buffer-view"
                Item "Update master document" "master-buffer-update"
+               Item "Enable Forward/Reverse Search" "buffer-toggle-output-sync"
                Separator
                StickyPopupMenu "view-others" "View other formats"
                StickyPopupMenu "update-others" "Update other formats"
        End
 
        Toolbar "extra" "Extra"
+               Item "Default" "layout"
+               Item "Numbered list" "layout Enumerate"
+               Item "Itemized list" "layout Itemize"
+               Item "List" "layout List"
+               Item "Description" "layout Description"
+               Item "Increase depth" "depth-increment"
+               Item "Decrease depth" "depth-decrement"
+               Separator
                Item "Insert figure float" "float-insert figure"
                Item "Insert table float" "float-insert table"
                Item "Insert label" "label-insert"
@@ -141,6 +134,9 @@ ToolbarSet
                Item "Insert math macro" "math-macro newmacroname newcommand"
                Item "Include file" "dialog-show-new-inset include"
                Separator
+               Item "Text style" "dialog-show character"
+               Item "Paragraph settings" "layout-paragraph"
+               Item "Thesaurus" "thesaurus-entry"
        End
        
        Toolbar "table" "Table"