dev/null |binary icon-themes/elementary/svx/res/frmsel.png |binary icon-themes/galaxy/svx/res/frmsel.png |binary svx/source/dialog/frmsel.src | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1b7d1d16e3a6826433271b3eed4a2d542585961b Author: Caolán McNamara <[email protected]> Date: Thu Jan 5 12:09:09 2017 +0000 convert from bmp to png Change-Id: I7fe47f47f19b93eab5d0cef0afde63e6f61c21b4 diff --git a/icon-themes/elementary/svx/res/frmsel.bmp b/icon-themes/elementary/svx/res/frmsel.bmp deleted file mode 100644 index fd22f2b..0000000 Binary files a/icon-themes/elementary/svx/res/frmsel.bmp and /dev/null differ diff --git a/icon-themes/elementary/svx/res/frmsel.png b/icon-themes/elementary/svx/res/frmsel.png new file mode 100644 index 0000000..7f03194 Binary files /dev/null and b/icon-themes/elementary/svx/res/frmsel.png differ diff --git a/icon-themes/galaxy/svx/res/frmsel.bmp b/icon-themes/galaxy/svx/res/frmsel.bmp deleted file mode 100644 index fd22f2b..0000000 Binary files a/icon-themes/galaxy/svx/res/frmsel.bmp and /dev/null differ diff --git a/icon-themes/galaxy/svx/res/frmsel.png b/icon-themes/galaxy/svx/res/frmsel.png new file mode 100644 index 0000000..7f03194 Binary files /dev/null and b/icon-themes/galaxy/svx/res/frmsel.png differ diff --git a/svx/source/dialog/frmsel.src b/svx/source/dialog/frmsel.src index 3001d32..5018d92 100644 --- a/svx/source/dialog/frmsel.src +++ b/svx/source/dialog/frmsel.src @@ -53,7 +53,7 @@ Resource RID_SVXSTR_BORDER_CONTROL }; }; - Bitmap BMP_FRMSEL_ARROWS { File = "frmsel.bmp"; }; + Bitmap BMP_FRMSEL_ARROWS { File = "frmsel.png"; }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
