mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
- add static context menus for drives when available
svn path=/trunk/; revision=30109
This commit is contained in:
@@ -492,6 +492,10 @@ SH_AddStaticEntrySpecial(ItemCmImpl * This)
|
||||
{
|
||||
SH_AddStaticEntryForFileClass(This, L"Folder");
|
||||
}
|
||||
else if (_ILIsDrive(This->apidl[0]))
|
||||
{
|
||||
SH_AddStaticEntryForFileClass(This, L"Drive");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user