From 81b07aeaf4b917825af81b1a8b9c006b3fc416ca Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 6 Jun 2021 10:57:11 +0100 Subject: use sfx2/res/menu.png for open-menu-symbolic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit which we do already in additionsdialog etc and is a better match for open-menu-symbolic Change-Id: I5b466945b9f045cc2bdf122b05ae4e85485bbef6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116755 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- vcl/inc/bitmaps.hlst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') diff --git a/vcl/inc/bitmaps.hlst b/vcl/inc/bitmaps.hlst index 684636852d68..0f99c607c9ed 100644 --- a/vcl/inc/bitmaps.hlst +++ b/vcl/inc/bitmaps.hlst @@ -138,7 +138,7 @@ #define IMG_REMOVE "extensions/res/scanner/minus.png" #define IMG_COPY "cmd/sc_copy.png" #define IMG_PASTE "cmd/sc_paste.png" -#define IMG_MENU "sfx2/res/actionaction013.png" +#define IMG_MENU "sfx2/res/menu.png" #define RID_BMP_TREENODE_COLLAPSED "res/plus.png" #define RID_BMP_TREENODE_EXPANDED "res/minus.png" -- cgit