Fixed bug in NewSaveUi
This commit is contained in:
parent
db948a0109
commit
1eb2e0ef7d
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ local void NewSaveUi(FILE * file, const UI * ui)
|
|||
fprintf(file, "(define-ui '%s %d %d\t; Selector\n",
|
||||
ui->Name, ui->Width, ui->Height);
|
||||
|
||||
fprintf(file, " 'normal-font-color %s 'reverse-font-color %s\n",
|
||||
fprintf(file, " 'normal-font-color '%s 'reverse-font-color '%s\n",
|
||||
ui->NormalFontColor, ui->ReverseFontColor);
|
||||
|
||||
for( i=0; i<TheUI.NumFillers; ++i ) {
|
||||
|
|
Loading…
Reference in a new issue