[ros-diffs] [gedmurphy] 20523: change explorer quick launch icon to use default 'my computer' icon instead of a folder.

gedmurphy at svn.reactos.org gedmurphy at svn.reactos.org
Sun Jan 1 19:45:35 CET 2006


change explorer quick launch icon to use default 'my computer' icon
instead of a folder.
Modified: trunk/reactos/subsys/system/explorer/taskbar/quicklaunch.cpp
  _____  

Modified: trunk/reactos/subsys/system/explorer/taskbar/quicklaunch.cpp
--- trunk/reactos/subsys/system/explorer/taskbar/quicklaunch.cpp
2006-01-01 18:13:07 UTC (rev 20522)
+++ trunk/reactos/subsys/system/explorer/taskbar/quicklaunch.cpp
2006-01-01 18:45:16 UTC (rev 20523)
@@ -122,7 +122,7 @@

 	HBRUSH bk_brush = GetSysColorBrush(COLOR_BTNFACE);
 
 	AddButton(ID_MINIMIZE_ALL,
g_Globals._icon_cache.get_icon(ICID_MINIMIZE).create_bitmap(bk_color,
bk_brush, canvas), ResString(IDS_MINIMIZE_ALL), NULL);
-	AddButton(ID_EXPLORE,
g_Globals._icon_cache.get_icon(ICID_EXPLORER).create_bitmap(bk_color,
bk_brush, canvas), ResString(IDS_TITLE), NULL);
+	AddButton(ID_EXPLORE,
g_Globals._icon_cache.get_icon(ICID_COMPUTER).create_bitmap(bk_color,
bk_brush, canvas), ResString(IDS_TITLE), NULL);
 
 	TBBUTTON sep = {0, -1, TBSTATE_ENABLED, BTNS_SEP, {0, 0}, 0, 0};
 	SendMessage(_hwnd, TB_INSERTBUTTON, INT_MAX, (LPARAM)&sep);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20060101/92be33ed/attachment.html


More information about the Ros-diffs mailing list