mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:13:03 +00:00
* Sync up to trunk HEAD (r62502).
svn path=/branches/shell-experiments/; revision=62503
This commit is contained in:
commit
f4388e723d
442 changed files with 16244 additions and 5506 deletions
|
@ -1472,6 +1472,11 @@ SelectPartitionPage(PINPUT_RECORD Ir)
|
|||
/* FIXME: show an error dialog */
|
||||
return QUIT_PAGE;
|
||||
}
|
||||
else if (IsListEmpty (&PartitionList->DiskListHead))
|
||||
{
|
||||
MUIDisplayError(ERROR_NO_HDD, Ir, POPUP_WAIT_ENTER);
|
||||
return QUIT_PAGE;
|
||||
}
|
||||
}
|
||||
|
||||
DrawPartitionList(PartitionList);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue