Commit 4f4b342a authored by Stanislav Motylkov's avatar Stanislav Motylkov Committed by Alexandre Julliard

hhctrl.ocx: Fix toolbar icons order.

In `hhtoolbar.bmp` the "Expand" icon comes first, then "Collapse".
parent a8396d8b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment