svn path=/trunk/; revision=32155
This commit is contained in:
Hervé Poussineau 2008-02-06 10:37:21 +00:00
parent 73f2103105
commit a0acd67f71

View file

@ -717,7 +717,7 @@ LoadAndBootReactOS(PCSTR OperatingSystemName)
*/ */
if (!FsOpenSystemVolume(SystemPath, szBootPath, &LoaderBlock.BootDevice)) if (!FsOpenSystemVolume(SystemPath, szBootPath, &LoaderBlock.BootDevice))
{ {
UiMessageBox("Failed to open boot drive."); UiMessageBox("Failed to open system drive.");
return; return;
} }