summaryrefslogtreecommitdiff
path: root/sw/source/ui/shells
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-01-02 02:32:25 +0100
committerJan Holesovsky <kendy@collabora.com>2015-01-04 02:15:04 +0100
commit5f363ce8bc563f64271744026cf0e16830cf9b06 (patch)
tree33518d7f5fb100cab0cfbc2c4d72a801d8862e9b /sw/source/ui/shells
parent39ac529d141dcd4de534eddbcc6c07bc49367b90 (diff)
changes sidebar: Use images instead of texts for types of changes in Writer.
This is a Writer-only change because: 1) Calc does not have the changes sidebar yet. 2) The redlines in Calc have more complex descriptions (like 'Deleted column'), so postponing that for now until I have a good list of the possible values there so that I can ask for the icons. Change-Id: I2d9860261d0b690012c3c11cdd97a140f48842bf
Diffstat (limited to 'sw/source/ui/shells')
-rw-r--r--sw/source/ui/shells/shells.src30
1 files changed, 30 insertions, 0 deletions
diff --git a/sw/source/ui/shells/shells.src b/sw/source/ui/shells/shells.src
index 4bb18b38311d..8db90320895f 100644
--- a/sw/source/ui/shells/shells.src
+++ b/sw/source/ui/shells/shells.src
@@ -71,6 +71,36 @@ String STR_REDLINE_AUTOFMT
{
Text [ en-US ] = "AutoCorrect";
};
+
+Image IMG_REDLINE_INSERTED
+{
+ ImageBitmap = Bitmap{File = "redline_inserted.png";};
+};
+Image IMG_REDLINE_DELETED
+{
+ ImageBitmap = Bitmap{File = "redline_deleted.png";};
+};
+Image IMG_REDLINE_FORMATED
+{
+ // FIXME
+ ImageBitmap = Bitmap{File = "redline_inserted.png";};
+};
+Image IMG_REDLINE_TABLECHG
+{
+ // FIXME
+ ImageBitmap = Bitmap{File = "redline_inserted.png";};
+};
+Image IMG_REDLINE_FMTCOLLSET
+{
+ // FIXME
+ ImageBitmap = Bitmap{File = "redline_inserted.png";};
+};
+Image IMG_REDLINE_AUTOFMT
+{
+ // FIXME
+ ImageBitmap = Bitmap{File = "redline_inserted.png";};
+};
+
String STR_REDLINE_FORMATED
{
Text [ en-US ] = "Formats" ;