diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-06-06 10:57:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-06-06 21:33:27 +0200 |
commit | 81b07aeaf4b917825af81b1a8b9c006b3fc416ca (patch) | |
tree | ac53a6b66cb2445db8aeeb1d96d07ba4596415da /vcl | |
parent | baab429763bef88c22d5c6656197ff28a7d6134f (diff) |
use sfx2/res/menu.png for open-menu-symbolic
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 <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/bitmaps.hlst | 2 |
1 files changed, 1 insertions, 1 deletions
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" |