mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +00:00
- reenable drive properties dialog
svn path=/trunk/; revision=34913
This commit is contained in:
parent
e98217024c
commit
81e31939b1
1 changed files with 0 additions and 2 deletions
|
@ -857,7 +857,6 @@ static void DoProperties(
|
||||||
ShellExecuteA(hwnd, "open", "rundll32.exe shell32.dll,Control_RunDLL desk.cpl", NULL, NULL, SW_SHOWNORMAL);
|
ShellExecuteA(hwnd, "open", "rundll32.exe shell32.dll,Control_RunDLL desk.cpl", NULL, NULL, SW_SHOWNORMAL);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#if 0
|
|
||||||
else if (_ILIsDrive(This->apidl[0]))
|
else if (_ILIsDrive(This->apidl[0]))
|
||||||
{
|
{
|
||||||
WCHAR buffer[111];
|
WCHAR buffer[111];
|
||||||
|
@ -865,7 +864,6 @@ static void DoProperties(
|
||||||
SH_ShowDriveProperties(buffer);
|
SH_ShowDriveProperties(buffer);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
else if (_ILIsBitBucket(This->apidl[0]))
|
else if (_ILIsBitBucket(This->apidl[0]))
|
||||||
{
|
{
|
||||||
///FIXME
|
///FIXME
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue