- add static context menus for drives when available

svn path=/trunk/; revision=30109
This commit is contained in:
Johannes Anderwald 2007-11-04 12:19:44 +00:00
parent 06c5ac0542
commit 21cdd294a3

View file

@ -492,6 +492,10 @@ SH_AddStaticEntrySpecial(ItemCmImpl * This)
{
SH_AddStaticEntryForFileClass(This, L"Folder");
}
else if (_ILIsDrive(This->apidl[0]))
{
SH_AddStaticEntryForFileClass(This, L"Drive");
}
}