mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
- don't display network propery dialog since it is not yet implemented
svn path=/trunk/; revision=34963
This commit is contained in:
parent
70b5975a50
commit
17131c2512
1 changed files with 8 additions and 0 deletions
|
@ -864,6 +864,14 @@ static void DoProperties(
|
||||||
SH_ShowDriveProperties(buffer);
|
SH_ShowDriveProperties(buffer);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
else if (_ILIsNetHood(This->apidl[0]))
|
||||||
|
{
|
||||||
|
/* FIXME
|
||||||
|
* implement nethood properties
|
||||||
|
*/
|
||||||
|
FIXME("implement nethood property dialog\n");
|
||||||
|
return;
|
||||||
|
}
|
||||||
else if (_ILIsBitBucket(This->apidl[0]))
|
else if (_ILIsBitBucket(This->apidl[0]))
|
||||||
{
|
{
|
||||||
///FIXME
|
///FIXME
|
||||||
|
|
Loading…
Reference in a new issue