diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-06 14:32:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-06 15:09:22 +0100 |
commit | 6e57881e9908f6263069f3b3a585bc404799b9a4 (patch) | |
tree | 59800b58cc5a7b453ec00c5e57baae06b5e46aa2 /extensions/source/update | |
parent | fe5e9610df64709cf505c0b5dc74aef2f55c1b77 (diff) |
I can't see any evidence of any remaining magenta mask using image resources
Change-Id: I12865d743daa3e6479edb60584d5bd01f88e818d
Diffstat (limited to 'extensions/source/update')
-rw-r--r-- | extensions/source/update/ui/updatecheckui.src | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/extensions/source/update/ui/updatecheckui.src b/extensions/source/update/ui/updatecheckui.src index 352b9e62671f..a151f8b2dc31 100644 --- a/extensions/source/update/ui/updatecheckui.src +++ b/extensions/source/update/ui/updatecheckui.src @@ -19,17 +19,14 @@ #include "updatecheckui.hrc" -#define STD_MASK_COLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }; +Image RID_UPDATE_AVAILABLE_16 +{ + ImageBitmap = Bitmap{ file = "onlineupdate_16.png"; }; +}; - Image RID_UPDATE_AVAILABLE_16 - { - ImageBitmap = Bitmap{ file = "onlineupdate_16.png"; }; - STD_MASK_COLOR - }; - Image RID_UPDATE_AVAILABLE_26 - { - ImageBitmap = Bitmap{ file = "onlineupdate_26.png"; }; - STD_MASK_COLOR - }; +Image RID_UPDATE_AVAILABLE_26 +{ + ImageBitmap = Bitmap{ file = "onlineupdate_26.png"; }; +}; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |