[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:
Stanislav Motylkov 2022-10-20 21:20:36 +03:00
parent 4572aad16a
commit a8ee11e0ff
No known key found for this signature in database
GPG key ID: AFE513258CBA9E92

View file

@ -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