summaryrefslogtreecommitdiff
path: root/vcl/source/src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-14 20:51:36 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-14 20:55:56 +0000
commita98c28cc305a29410b3255c3f07aa117a1ca24fe (patch)
tree2a1eb471ce0477348e570283a638b149bdb32d36 /vcl/source/src
parentfffb674c1e5352048caeae325ecdc6428cb210bc (diff)
u*,v*: load BitmapEx resources instead of Image ones
Change-Id: If279c55a0055e51e04b31e0db745779c3a44bcd6
Diffstat (limited to 'vcl/source/src')
-rw-r--r--vcl/source/src/print.src8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/src/print.src b/vcl/source/src/print.src
index cbfe6ed8a0dd..13db4a38c68b 100644
--- a/vcl/source/src/print.src
+++ b/vcl/source/src/print.src
@@ -95,14 +95,14 @@ String SV_PRINT_PRINTPREVIEW_TXT
Text [en-US] = "Print preview";
};
-Image SV_PRINT_COLLATE_IMG
+Bitmap SV_PRINT_COLLATE_BMP
{
- ImageBitmap = Bitmap { File = "collate.png" ; };
+ File = "collate.png" ;
};
-Image SV_PRINT_NOCOLLATE_IMG
+Bitmap SV_PRINT_NOCOLLATE_BMP
{
- ImageBitmap = Bitmap { File = "ncollate.png" ; };
+ File = "ncollate.png" ;
};
String SV_PRINT_QUERYFAXNUMBER_TXT