diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-04 18:33:36 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-04 20:34:55 +0000 |
commit | a3c4f39868226151b4b01906cbcf1b6d40740a28 (patch) | |
tree | b628f66183a03bddd04d88ffea288aff8e1d02fe | |
parent | 4d1cbb7e894bba9769789a89a90622944fd28c80 (diff) |
convert these mono versions to png
Change-Id: I93755ac95c170c457b32adac07557ed48ad8beee
-rw-r--r-- | icon-themes/elementary/vcl/res/checkmono.bmp | bin | 898 -> 0 bytes | |||
-rw-r--r-- | icon-themes/elementary/vcl/res/checkmono.png | bin | 0 -> 476 bytes | |||
-rw-r--r-- | icon-themes/elementary/vcl/res/radiomono.bmp | bin | 638 -> 0 bytes | |||
-rw-r--r-- | icon-themes/elementary/vcl/res/radiomono.png | bin | 0 -> 437 bytes | |||
-rw-r--r-- | icon-themes/galaxy/vcl/res/checkmono.bmp | bin | 898 -> 0 bytes | |||
-rw-r--r-- | icon-themes/galaxy/vcl/res/checkmono.png | bin | 0 -> 476 bytes | |||
-rw-r--r-- | icon-themes/galaxy/vcl/res/radiomono.bmp | bin | 638 -> 0 bytes | |||
-rw-r--r-- | icon-themes/galaxy/vcl/res/radiomono.png | bin | 0 -> 437 bytes | |||
-rw-r--r-- | vcl/source/src/images.src | 4 |
9 files changed, 2 insertions, 2 deletions
diff --git a/icon-themes/elementary/vcl/res/checkmono.bmp b/icon-themes/elementary/vcl/res/checkmono.bmp Binary files differdeleted file mode 100644 index 7e0610d5e9d8..000000000000 --- a/icon-themes/elementary/vcl/res/checkmono.bmp +++ /dev/null diff --git a/icon-themes/elementary/vcl/res/checkmono.png b/icon-themes/elementary/vcl/res/checkmono.png Binary files differnew file mode 100644 index 000000000000..69c89139bf49 --- /dev/null +++ b/icon-themes/elementary/vcl/res/checkmono.png diff --git a/icon-themes/elementary/vcl/res/radiomono.bmp b/icon-themes/elementary/vcl/res/radiomono.bmp Binary files differdeleted file mode 100644 index 6c757c34bac8..000000000000 --- a/icon-themes/elementary/vcl/res/radiomono.bmp +++ /dev/null diff --git a/icon-themes/elementary/vcl/res/radiomono.png b/icon-themes/elementary/vcl/res/radiomono.png Binary files differnew file mode 100644 index 000000000000..d9e447102afd --- /dev/null +++ b/icon-themes/elementary/vcl/res/radiomono.png diff --git a/icon-themes/galaxy/vcl/res/checkmono.bmp b/icon-themes/galaxy/vcl/res/checkmono.bmp Binary files differdeleted file mode 100644 index 7e0610d5e9d8..000000000000 --- a/icon-themes/galaxy/vcl/res/checkmono.bmp +++ /dev/null diff --git a/icon-themes/galaxy/vcl/res/checkmono.png b/icon-themes/galaxy/vcl/res/checkmono.png Binary files differnew file mode 100644 index 000000000000..4cabe1284025 --- /dev/null +++ b/icon-themes/galaxy/vcl/res/checkmono.png diff --git a/icon-themes/galaxy/vcl/res/radiomono.bmp b/icon-themes/galaxy/vcl/res/radiomono.bmp Binary files differdeleted file mode 100644 index 6c757c34bac8..000000000000 --- a/icon-themes/galaxy/vcl/res/radiomono.bmp +++ /dev/null diff --git a/icon-themes/galaxy/vcl/res/radiomono.png b/icon-themes/galaxy/vcl/res/radiomono.png Binary files differnew file mode 100644 index 000000000000..aba237e266d2 --- /dev/null +++ b/icon-themes/galaxy/vcl/res/radiomono.png diff --git a/vcl/source/src/images.src b/vcl/source/src/images.src index c6eaeefc115b..5417e5365bc0 100644 --- a/vcl/source/src/images.src +++ b/vcl/source/src/images.src @@ -26,7 +26,7 @@ Bitmap (SV_RESID_BITMAP_CHECK + SV_RESID_STDOFFSET) Bitmap (SV_RESID_BITMAP_CHECK + SV_RESID_MONOOFFSET) { - File = "checkmono.bmp"; + File = "checkmono.png"; }; Bitmap (SV_RESID_BITMAP_SCROLLVH) @@ -71,7 +71,7 @@ Bitmap (SV_RESID_BITMAP_RADIO + SV_RESID_STDOFFSET) Bitmap (SV_RESID_BITMAP_RADIO + SV_RESID_MONOOFFSET) { - File = "radiomono.bmp"; + File = "radiomono.png"; }; Bitmap SV_RESID_BITMAP_ERRORBOX |