- don't display network propery dialog since it is not yet implemented

svn path=/trunk/; revision=34963
This commit is contained in:
Johannes Anderwald 2008-07-30 16:55:45 +00:00
parent 70b5975a50
commit 17131c2512

View file

@ -864,6 +864,14 @@ static void DoProperties(
SH_ShowDriveProperties(buffer);
return;
}
else if (_ILIsNetHood(This->apidl[0]))
{
/* FIXME
* implement nethood properties
*/
FIXME("implement nethood property dialog\n");
return;
}
else if (_ILIsBitBucket(This->apidl[0]))
{
///FIXME