mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[HHCTRL.OCX] Fix toolbar icons order
In `hhtoolbar.bmp` the "Expand" icon comes first, then "Collapse".
Import Wine commit wine-7.19-39-g4f4b342ad44:
4f4b342ad4
CORE-12198
This commit is contained in:
parent
4572aad16a
commit
a8ee11e0ff
1 changed files with 3 additions and 3 deletions
|
@ -45,9 +45,9 @@
|
|||
#define HHTB_REFRESH 1
|
||||
#define HHTB_HOME 2
|
||||
#define HHTB_SYNC 3
|
||||
#define HHTB_CONTRACT 4
|
||||
#define HHTB_EXPAND 5
|
||||
#define HHTB_NUMBITMAPS HHTB_EXPAND
|
||||
#define HHTB_EXPAND 4
|
||||
#define HHTB_CONTRACT 5
|
||||
#define HHTB_NUMBITMAPS HHTB_CONTRACT
|
||||
|
||||
#define MIID_SELECTALL 10
|
||||
#define MIID_VIEWSOURCE 11
|
||||
|
|
Loading…
Reference in a new issue