https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9be9750dc8464d53e8cc9469daed030a9168fb0a
commit 9be9750dc8464d53e8cc9469daed030a9168fb0a Author: Stanislav Motylkov <[email protected]> AuthorDate: Sat Oct 17 00:48:30 2020 +0300 Commit: Stanislav Motylkov <[email protected]> CommitDate: Sat Oct 17 00:48:30 2020 +0300 [SETUPLIB] Fix some copy-pasta comments, no code changes --- base/setup/lib/utils/bldrsup.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/base/setup/lib/utils/bldrsup.c b/base/setup/lib/utils/bldrsup.c index 2e127924368..0040d77180c 100644 --- a/base/setup/lib/utils/bldrsup.c +++ b/base/setup/lib/utils/bldrsup.c @@ -295,23 +295,23 @@ CreateCommonFreeLdrSections( IniCacheInsertKey(IniSection, NULL, INSERT_LAST, L"SelectedColor", L"Gray"); - /* SelectedColor=Gray */ + /* ShowTime=Yes */ IniCacheInsertKey(IniSection, NULL, INSERT_LAST, L"ShowTime", L"No"); - /* SelectedColor=Gray */ + /* MenuBox=Yes */ IniCacheInsertKey(IniSection, NULL, INSERT_LAST, L"MenuBox", L"No"); - /* SelectedColor=Gray */ + /* CenterMenu=Yes */ IniCacheInsertKey(IniSection, NULL, INSERT_LAST, L"CenterMenu", L"No"); - /* SelectedColor=Gray */ + /* MinimalUI=No */ IniCacheInsertKey(IniSection, NULL, INSERT_LAST, L"MinimalUI", L"Yes"); - /* SelectedColor=Gray */ + /* TimeText=Your text goes here... */ IniCacheInsertKey(IniSection, NULL, INSERT_LAST, L"TimeText", L"Seconds until highlighted choice will be started automatically: ");
