stop icon from changing when selected.

This change doesn't seem quite right to me, but it works for now

svn path=/trunk/; revision=24310
This commit is contained in:
Ged Murphy
2006-09-30 10:31:28 +00:00
parent f8df38ff88
commit c2e551ecea
@@ -24,7 +24,7 @@ InsertIntoTreeView(HWND hTV,
ZeroMemory(&tvi, sizeof(tvi));
ZeroMemory(&tvins, sizeof(tvins));
tvi.mask = TVIF_TEXT | TVIF_IMAGE;
tvi.mask = TVIF_TEXT | TVIF_IMAGE | TVIF_SELECTEDIMAGE;
tvi.pszText = lpLabel;
tvi.cchTextMax = lstrlen(lpLabel);
tvi.iImage = DevImage;