[SETUPLIB] CreateFreeLoaderReactOSEntries(): Fix 'VBoxDebug' typo

Match newer 84c2695.

Addendum to 69512e2 (r65813).
This commit is contained in:
Serge Gautherie 2020-06-14 13:49:22 +02:00 committed by Stanislav Motylkov
parent 81358d08f0
commit 6d01afbc9d

View file

@ -85,7 +85,7 @@ CreateFreeLoaderReactOSEntries(
#ifdef _WINKD_
/* ReactOS_VBoxDebug */
// BootEntry->BootEntryKey = MAKESTRKEY(L"ReactOS_VBoxDebug");
BootEntry->FriendlyName = L"\"ReactOS (VBoxDebug)\"";
BootEntry->FriendlyName = L"\"ReactOS (VBox Debug)\"";
Options->OsLoadOptions = L"/DEBUG /DEBUGPORT=VBOX /SOS";
AddBootStoreEntry(BootStoreHandle, BootEntry, MAKESTRKEY(L"ReactOS_VBoxDebug"));
#endif