[FREELDR]

Fix the height of the FreeLdr debugging options dialog.

svn path=/trunk/; revision=57868
This commit is contained in:
Hermès Bélusca-Maïto 2012-12-11 02:34:10 +00:00
parent 17eb8ef5fb
commit d208d18892

View file

@ -45,7 +45,7 @@ PCSTR OptionsMenuList[] =
#endif
};
PCSTR FrldrDbgMsg = "Enable freeldr debug channels\n"
PCSTR FrldrDbgMsg = "Enable FreeLdr debug channels\n"
"Acceptable syntax: [level1]#channel1[,[level2]#channel2]\n"
"level can be one of: trace,warn,fixme,err\n"
" if the level is ommited all levels\n"
@ -58,7 +58,7 @@ PCSTR FrldrDbgMsg = "Enable freeldr debug channels\n"
" trace+windows,trace+reactos\n"
" +hwdetect,err-disk\n"
" +peloader\n"
"NOTE: all letters must be lowercase, no spaces allowed\n";
"NOTE: all letters must be lowercase, no spaces allowed.";
enum OptionMenuItems
{
@ -149,7 +149,7 @@ VOID DoOptionsMenu(VOID)
break;
case FREELDR_DEBUGGING:
DebugChannelString[0]=0;
if(UiEditBox(FrldrDbgMsg, DebugChannelString, 100))
if (UiEditBox(FrldrDbgMsg, DebugChannelString, 100))
DbgParseDebugChannels(DebugChannelString);
break;
//case SEPARATOR2: