]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdtoolbars.inc
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / lib / ui / stdtoolbars.inc
index b17af79ce9cbd065d2d3ebce297bb57d62154fb7..41907600103f4b9b8f2c1fbadcdb1086317d4fd9 100644 (file)
@@ -162,8 +162,8 @@ ToolbarSet
                Item "Align middle" "command-alternatives inset-modify tabular m-valign-middle;inset-modify tabular valign-middle"
                Item "Align bottom" "command-alternatives inset-modify tabular m-valign-bottom;inset-modify tabular valign-bottom"
                Separator
-               Item "Rotate cell" "inset-modify tabular toggle-rotate-cell"
-               Item "Rotate table" "inset-modify tabular toggle-rotate-tabular"
+               Item "Rotate cell by 90 degrees or unset rotation" "inset-modify tabular toggle-rotate-cell"
+               Item "Rotate table by 90 degrees or unset rotation" "inset-modify tabular toggle-rotate-tabular"
                Item "Set multi-column" "inset-modify tabular multicolumn"
                Item "Set multi-row" "inset-modify tabular multirow"
        End
@@ -421,6 +421,10 @@ ToolbarSet
                Item "underrightarrow" "math-insert \underrightarrow"
                Item "underleftrightarrow" "math-insert \underleftrightarrow"
                Item "underset" "math-insert \underset"
+               Item "cancel" "math-insert \cancel"
+               Item "bcancel" "math-insert \bcancel"
+               Item "xcancel" "math-insert \xcancel"
+               Item "cancelto" "math-insert \cancelto"
        End
 
        Toolbar "latex_arrow" "Arrows"