summaryrefslogtreecommitdiff
path: root/framework/source/classes
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2017-03-06 00:28:09 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2017-03-06 01:20:16 +0200
commit98a03d9b0d13b8f811ccf8fc1a9b7f9469ed079c (patch)
tree6c9910cece8f25cb1d7d88b399e69190b472d2ce /framework/source/classes
parentb398dacbb471913e573e9b0b4cd31d94a9109223 (diff)
tdf#106224 Support extra large savemodified icon
For now just duplicated the large icon in Galaxy, to satisfy the resource compiler. Change-Id: Icf31df0185a1ec7f080d9600b2536bcaa5d0783e
Diffstat (limited to 'framework/source/classes')
-rw-r--r--framework/source/classes/resource.src5
1 files changed, 5 insertions, 0 deletions
diff --git a/framework/source/classes/resource.src b/framework/source/classes/resource.src
index 745e10e5c8c7..0d3b02dd1f55 100644
--- a/framework/source/classes/resource.src
+++ b/framework/source/classes/resource.src
@@ -214,4 +214,9 @@ Bitmap BMP_SAVEMODIFIED_LARGE
File = "savemodified_large.png";
};
+Bitmap BMP_SAVEMODIFIED_EXTRALARGE
+{
+ File = "savemodified_extralarge.png";
+};
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */