]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdtoolbars.inc
RELEASE-NOTES: document encoding defaults change
[lyx.git] / lib / ui / stdtoolbars.inc
index e0666f0b1343f622462c54cb1f38ad90f0b9111d..10bb531b5db3643022fb75ca9fcaed2a295820f5 100644 (file)
@@ -79,7 +79,7 @@ ToolbarSet
                Item "Redo" "redo"
                Item "Cut" "cut"
                Item "Copy" "copy"
-               Item "Paste" "paste"
+               DynamicMenu "paste" "Paste"
                Item "Find and replace" "dialog-show findreplace"
                Item "Find and replace (advanced)" "dialog-toggle findreplaceadv"
                Item "Navigate back" "bookmark-goto 0"
@@ -87,7 +87,6 @@ ToolbarSet
                Item "Toggle emphasis" "font-emph"
                Item "Toggle noun" "font-noun"
                DynamicMenu "dynamic-char-styles" "Custom text styles"
-               Item "Apply last text properties" "textstyle-apply"
                Separator
                Item "Insert math" "math-mode on"
                Item "Insert graphics" "dialog-show-new-inset graphics"
@@ -139,6 +138,7 @@ ToolbarSet
                Item "Include file" "dialog-show-new-inset include"
                Separator
                Item "Text properties" "dialog-show character"
+               DynamicMenu "textstyle-apply" "Apply recent text properties"
                Item "Paragraph settings" "layout-paragraph"
                Item "Thesaurus" "thesaurus-entry"
        End
@@ -153,13 +153,15 @@ ToolbarSet
                Item "Move row down" "tabular-feature move-row-down"
                Item "Move column right" "tabular-feature move-column-right"
                Separator
-               Item "Set top line" "tabular-feature toggle-line-top"
-               Item "Set bottom line" "tabular-feature toggle-line-bottom"
-               Item "Set left line" "tabular-feature toggle-line-left"
-               Item "Set right line" "tabular-feature toggle-line-right"
+               Item "Toggle top line" "tabular-feature toggle-line-top"
+               Item "Toggle bottom line" "tabular-feature toggle-line-bottom"
+               Item "Toggle left line" "tabular-feature toggle-line-left"
+               Item "Toggle right line" "tabular-feature toggle-line-right"
                Item "Set border lines" "tabular-feature set-border-lines"
                Item "Set all lines" "tabular-feature set-all-lines"
+               Item "Set inner lines" "tabular-feature set-inner-lines"
                Item "Unset all lines" "tabular-feature unset-all-lines"
+               Item "Reset formal default lines" "tabular-feature reset-formal-default"
                Separator
                Item "Align left" "command-alternatives tabular-feature m-align-left;tabular-feature align-left"
                Item "Align center" "command-alternatives tabular-feature m-align-center;tabular-feature align-center"