mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[SETUPLIB] Fix some copy-pasta comments, no code changes
This commit is contained in:
parent
320abafdc3
commit
9be9750dc8
1 changed files with 5 additions and 5 deletions
|
@ -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: ");
|
||||
|
|
Loading…
Reference in a new issue