]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdtoolbars.ui
move character styles from "insert" to "edit";
[lyx.git] / lib / ui / stdtoolbars.ui
index 8884f1ffbe8e6a946e25ff773e5133434816b791..6b40aa97de8062f00d4adeea264eb45e7b317a80 100644 (file)
@@ -9,6 +9,9 @@
 
 # Full author contact details are available in file CREDITS.
 
+# The interface is designed (partially) following the KDE Human Interface
+# Guidelines (http://usability.kde.org/hig/)
+
 # A Toolbar starts like :
 #
 # Toolbar "name" "GUI Name"
@@ -56,7 +59,7 @@ Toolbar "standard" "Standard"
        Separator
        Item "Insert math" "math-mode"
        Item "Insert graphics" "dialog-show-new-inset graphics"
-       Item "Insert table" "tabular-insert 4 4"
+       Item "Insert table" "tabular-insert"
 End
 
 Toolbar "extra" "Extra"
@@ -78,7 +81,7 @@ Toolbar "extra" "Extra"
        Item "Insert margin note" "marginalnote-insert"
        Item "Insert note" "note-insert"
        Item "Insert URL" "url-insert"
-       Item "Insert TeX" "ert-insert"
+       Item "Insert TeX Code" "ert-insert"
        Item "Include file" "dialog-show-new-inset include"
        Separator
        Item "Text style" "dialog-show character"
@@ -131,7 +134,7 @@ Toolbar "math" "Math"
        Item "Insert { }" "math-delim { }"
        Separator
        Item "Insert matrix" "math-matrix 2 2"
-       Item "Insert cases" "math-insert \cases"
+       Item "Insert cases environment" "math-insert \cases"
        Item "Add row" "tabular-feature append-row"
        Item "Add column" "tabular-feature append-column"
        Item "Delete row" "tabular-feature delete-row"