mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
program files should use a separate a resource from directories.
svn path=/trunk/; revision=20937
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user