mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 12:33:38 +00:00
program files should use a separate a resource from directories.
svn path=/trunk/; revision=20937
This commit is contained in:
parent
f2414f3c2c
commit
bc2e6ca915
3 changed files with 3 additions and 3 deletions
|
@ -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 |
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue