]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdtoolbars.ui
Make M-x show the minibuffer
[lyx.git] / lib / ui / stdtoolbars.ui
index 546004f519265e013b9840076227af71f60ddef3..31fab8bb32fdc8a453652929dc9824ee98e17962 100644 (file)
 
 # A Toolbar starts like :
 #
 
 # A Toolbar starts like :
 #
-# Toolbar "Name"
+# Toolbar "name" "GUI Name"
 #
 # Only four commands are allowed inside the begin_toolbar and end_toolbar
 #
 # Only four commands are allowed inside the begin_toolbar and end_toolbar
-# directives: 
+# directives:
 #   Item "The tooltip" "<action> [<parameter>]" adds an icon to the toolbar performing
 #          "<action> <parameter>"
 #      Examples:
 #   Item "The tooltip" "<action> [<parameter>]" adds an icon to the toolbar performing
 #          "<action> <parameter>"
 #      Examples:
@@ -36,7 +36,7 @@
 #
 # This is the default toolbar:
 
 #
 # This is the default toolbar:
 
-Toolbar "Standard"
+Toolbar "standard" "Standard"
        Layouts
        Item "New document" "buffer-new"
        Item "Open document" "file-open"
        Layouts
        Item "New document" "buffer-new"
        Item "Open document" "file-open"
@@ -59,7 +59,7 @@ Toolbar "Standard"
        Item "Insert table" "tabular-insert 4 4"
 End
 
        Item "Insert table" "tabular-insert 4 4"
 End
 
-Toolbar "Extra"
+Toolbar "extra" "Extra"
        Item "Numbered list" "layout Enumerate"
        Item "Itemized list" "layout Itemize"
        Item "List" "layout List"
        Item "Numbered list" "layout Enumerate"
        Item "Itemized list" "layout Itemize"
        Item "List" "layout List"
@@ -88,7 +88,7 @@ Toolbar "Extra"
        Item "Thesaurus" "thesaurus-entry"
 End
 
        Item "Thesaurus" "thesaurus-entry"
 End
 
-Toolbar "Table"
+Toolbar "table" "Table"
        Item "Add row" "tabular-feature append-row"
        Item "Add column" "tabular-feature append-column"
        Item "Delete row" "tabular-feature delete-row"
        Item "Add row" "tabular-feature append-row"
        Item "Add column" "tabular-feature append-column"
        Item "Delete row" "tabular-feature delete-row"
@@ -114,7 +114,7 @@ Toolbar "Table"
        Item "Set multi-column" "tabular-feature multicolumn"
 End
 
        Item "Set multi-column" "tabular-feature multicolumn"
 End
 
-Toolbar "Math"
+Toolbar "math" "Math"
        Item "Show math panel" "dialog-show mathpanel"
        Item "Set display mode" "math-display"
        Item "Subscript" "math-subscript"
        Item "Show math panel" "dialog-show mathpanel"
        Item "Set display mode" "math-display"
        Item "Subscript" "math-subscript"
@@ -138,6 +138,6 @@ Toolbar "Math"
        Item "Delete column" "tabular-feature delete-column"
 End
 
        Item "Delete column" "tabular-feature delete-column"
 End
 
-Toolbar "Command Buffer"
+Toolbar "minibuffer" "Command Buffer"
        Minibuffer
 End
        Minibuffer
 End