mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 11:22:58 +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,
|
IniCacheInsertKey(IniSection, NULL, INSERT_LAST,
|
||||||
L"SelectedColor", L"Gray");
|
L"SelectedColor", L"Gray");
|
||||||
|
|
||||||
/* SelectedColor=Gray */
|
/* ShowTime=Yes */
|
||||||
IniCacheInsertKey(IniSection, NULL, INSERT_LAST,
|
IniCacheInsertKey(IniSection, NULL, INSERT_LAST,
|
||||||
L"ShowTime", L"No");
|
L"ShowTime", L"No");
|
||||||
|
|
||||||
/* SelectedColor=Gray */
|
/* MenuBox=Yes */
|
||||||
IniCacheInsertKey(IniSection, NULL, INSERT_LAST,
|
IniCacheInsertKey(IniSection, NULL, INSERT_LAST,
|
||||||
L"MenuBox", L"No");
|
L"MenuBox", L"No");
|
||||||
|
|
||||||
/* SelectedColor=Gray */
|
/* CenterMenu=Yes */
|
||||||
IniCacheInsertKey(IniSection, NULL, INSERT_LAST,
|
IniCacheInsertKey(IniSection, NULL, INSERT_LAST,
|
||||||
L"CenterMenu", L"No");
|
L"CenterMenu", L"No");
|
||||||
|
|
||||||
/* SelectedColor=Gray */
|
/* MinimalUI=No */
|
||||||
IniCacheInsertKey(IniSection, NULL, INSERT_LAST,
|
IniCacheInsertKey(IniSection, NULL, INSERT_LAST,
|
||||||
L"MinimalUI", L"Yes");
|
L"MinimalUI", L"Yes");
|
||||||
|
|
||||||
/* SelectedColor=Gray */
|
/* TimeText=Your text goes here... */
|
||||||
IniCacheInsertKey(IniSection, NULL, INSERT_LAST,
|
IniCacheInsertKey(IniSection, NULL, INSERT_LAST,
|
||||||
L"TimeText",
|
L"TimeText",
|
||||||
L"Seconds until highlighted choice will be started automatically: ");
|
L"Seconds until highlighted choice will be started automatically: ");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue