mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +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);
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue