hhctrl.ocx: Fix toolbar icons order.

In `hhtoolbar.bmp` the "Expand" icon comes first, then "Collapse".
This commit is contained in:
Stanislav Motylkov 2022-10-18 04:36:08 +03:00 committed by Alexandre Julliard
parent a8396d8b1e
commit 4f4b342ad4

View file

@ -39,9 +39,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