mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +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: https://source.winehq.org/git/wine.git/commit/4f4b342ad44f2d099a2546ad70e5616f2ef37619 CORE-12198
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user