mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[SETUPLIB] CreateFreeLoaderReactOSEntries(): Fix 'VBoxDebug' typo
Match newer84c2695
. Addendum to69512e2
(r65813).
This commit is contained in:
parent
81358d08f0
commit
6d01afbc9d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue