mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- add static context menus for drives when available
svn path=/trunk/; revision=30109
This commit is contained in:
parent
06c5ac0542
commit
21cdd294a3
1 changed files with 4 additions and 0 deletions
|
@ -492,6 +492,10 @@ SH_AddStaticEntrySpecial(ItemCmImpl * This)
|
||||||
{
|
{
|
||||||
SH_AddStaticEntryForFileClass(This, L"Folder");
|
SH_AddStaticEntryForFileClass(This, L"Folder");
|
||||||
}
|
}
|
||||||
|
else if (_ILIsDrive(This->apidl[0]))
|
||||||
|
{
|
||||||
|
SH_AddStaticEntryForFileClass(This, L"Drive");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue