https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6d01afbc9d2e4674978f5…
commit 6d01afbc9d2e4674978f5a209cdc324858c8423a
Author: Serge Gautherie <reactos-git_serge_171003(a)gautherie.fr>
AuthorDate: Sun Jun 14 13:49:22 2020 +0200
Commit: Stanislav Motylkov <x86corez(a)gmail.com>
CommitDate: Fri Sep 3 23:10:42 2021 +0300
[SETUPLIB] CreateFreeLoaderReactOSEntries(): Fix 'VBoxDebug' typo
Match newer 84c2695.
Addendum to 69512e2 (r65813).
---
base/setup/lib/bootsup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/base/setup/lib/bootsup.c b/base/setup/lib/bootsup.c
index e8d6c884bff..1d03d07e2d0 100644
--- a/base/setup/lib/bootsup.c
+++ b/base/setup/lib/bootsup.c
@@ -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