diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-08-03 15:44:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-08-03 16:48:45 +0200 |
commit | 7c8efa0972891b732b57754e809e0448163f2004 (patch) | |
tree | 18291410cf4815b1dbd718728f7526b46ce6e3fa /chart2/inc/bitmaps.hlst | |
parent | 59a00dde20b7862ad5e5e0f208631dae6c213bb5 (diff) |
Resolves: tdf#111087 change names from bmp to png
they are really png in icon-themese and while some fallback
code will find the png if they get included in the final zips
the zip builder won't include them if the name doesn't match
Change-Id: I0f08685403f8e4a92b7661edcbb8b14af1034fea
Reviewed-on: https://gerrit.libreoffice.org/40728
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'chart2/inc/bitmaps.hlst')
-rw-r--r-- | chart2/inc/bitmaps.hlst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/inc/bitmaps.hlst b/chart2/inc/bitmaps.hlst index f85f49233e9f..4e8a3109a5c4 100644 --- a/chart2/inc/bitmaps.hlst +++ b/chart2/inc/bitmaps.hlst @@ -133,7 +133,7 @@ #define BMP_REGRESSION_MOVING_AVERAGE "chart2/res/regavg.png" #define RID_SVXBMP_LAMP_ON "svx/res/lighton.png" -#define RID_SVXBMP_LAMP_OFF "svx/res/light.bmp" +#define RID_SVXBMP_LAMP_OFF "svx/res/light.png" #endif |