]> git.lyx.org Git - features.git/commitdiff
again some things which cherry pick did not catch, sorry
authorUwe Stöhr <uwestoehr@lyx.org>
Wed, 21 Mar 2012 23:02:36 +0000 (00:02 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Wed, 21 Mar 2012 23:02:36 +0000 (00:02 +0100)
lib/ui/stdtoolbars.inc
po/en.po
src/insets/InsetTabular.h

index 2da7240d26417bf68b5e0496563e4ef5770d16cb..41907600103f4b9b8f2c1fbadcdb1086317d4fd9 100644 (file)
@@ -163,7 +163,7 @@ ToolbarSet
                Item "Align bottom" "command-alternatives inset-modify tabular m-valign-bottom;inset-modify tabular valign-bottom"
                Separator
                Item "Rotate cell by 90 degrees or unset rotation" "inset-modify tabular toggle-rotate-cell"
-               Item "Rotate table" "inset-modify tabular toggle-rotate-tabular"
+               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
index 6882bd9303ad9705fd76397a969f523648d0ef16..3fa241fa03078c634b5b656f7be17cd74dda9f43 100644 (file)
--- a/po/en.po
+++ b/po/en.po
@@ -13707,12 +13707,12 @@ msgid "Align bottom"
 msgstr ""
 
 #: lib/ui/stdtoolbars.inc:165
-msgid "Rotate cell"
-msgstr ""
+msgid "Rotate cell by 90 degrees or unset rotation"
+msgstr "Rotate cell by 90° or unset rotation"
 
 #: lib/ui/stdtoolbars.inc:166
-msgid "Rotate table"
-msgstr ""
+msgid "Rotate table by 90 degrees or unset rotation"
+msgstr "Rotate table by 90° or unset rotation"
 
 #: lib/ui/stdtoolbars.inc:167
 msgid "Set multi-column"
index 90abb4840d27b4380e2d15af06ea98fe1edeb7b3..e7650009ecb197a91021c1914aa7a2921f965c4d 100644 (file)
@@ -979,8 +979,6 @@ private:
                                row_type row_start, row_type row_end,
                                col_type col_start, col_type col_end) const;
        ///
-       bool tableIsRotated() const;
-       ///
        mutable idx_type first_visible_cell;
        ///
        mutable int scx_;