diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2019-01-03 13:07:29 +0100 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2019-01-03 21:45:53 +0100 |
commit | 021c3a0ee1c95a1b0b8e7c72f9d8e81718862a62 (patch) | |
tree | b1b46e5477afce4504df2a46e49296e20a27a3f1 /sw/inc/strings.hrc | |
parent | d02f89770f427c1a864641bf8bf2d0d1f59d8117 (diff) |
Unfloat: Introduce Unfloat table button as a frame control
Use the same button style and color what LO uses for header/footer
button.
Later it might be a good idea to have a separate configurable color
for this button, but for now it's seems unneeded to introduce a
new configure option for this.
Change-Id: Idf86aaa44e29846a2ee211a81fe5376b4335bb05
Reviewed-on: https://gerrit.libreoffice.org/65818
Tested-by: Jenkins
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'sw/inc/strings.hrc')
-rw-r--r-- | sw/inc/strings.hrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index d2a2ad8fed9a..0a53ed3df64a 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -1206,6 +1206,8 @@ #define STR_DELETE_FOOTER NC_("STR_DELETE_FOOTER", "Delete Footer...") #define STR_FORMAT_FOOTER NC_("STR_FORMAT_FOOTER", "Format Footer...") +#define STR_UNFLOAT_TABLE NC_("STR_UNFLOAT_TABLE", "Un-float Table") + #define STR_GRFILTER_OPENERROR NC_("STR_GRFILTER_OPENERROR", "Image file cannot be opened") #define STR_GRFILTER_IOERROR NC_("STR_GRFILTER_IOERROR", "Image file cannot be read") #define STR_GRFILTER_FORMATERROR NC_("STR_GRFILTER_FORMATERROR", "Unknown image format") |