Fix toolbar broken by r38035

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38037 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2011-03-25 01:54:55 +00:00
parent 318206c4b5
commit 1fa45cf27c

View File

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