program files should use a separate a resource from directories.

svn path=/trunk/; revision=20937
This commit is contained in:
Ged Murphy 2006-01-17 16:39:50 +00:00
parent f2414f3c2c
commit bc2e6ca915
3 changed files with 3 additions and 3 deletions

View file

@ -333,7 +333,7 @@ BEGIN
IDS_LAUNCH "Run..."
IDS_START_HELP "Help"
IDS_SEARCH_FILES "Search..."
IDS_DOCUMENTS "Documents"
IDS_DOCUMENTS "My Documents"
IDS_FAVORITES "Favorites"
IDS_PROGRAMS "Programs"
IDS_SETTINGS "Settings"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Before After
Before After

View file

@ -1101,7 +1101,7 @@ ShellEntryMap::iterator StartMenu::AddEntry(const ShellFolder folder, ShellEntry
ICON_ID icon_id;
if (entry->_data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)
icon_id = ICID_FOLDER;
icon_id = ICID_APPS;
else
icon_id = (ICON_ID)/*@@*/ entry->_icon_id;
@ -1113,7 +1113,7 @@ ShellEntryMap::iterator StartMenu::AddEntry(const ShellFolder folder, Entry* ent
ICON_ID icon_id;
if (entry->_data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)
icon_id = ICID_FOLDER;
icon_id = ICID_APPS;
else
icon_id = (ICON_ID)/*@@*/ entry->_icon_id;