mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-26 15:26:43 +00:00
Fix PaletteEditor PullDown menu typo.
This commit is contained in:
parent
b63a4896f1
commit
0e3a37d4cd
1 changed files with 2 additions and 2 deletions
|
@ -372,7 +372,7 @@ public U0 PaletteEditor()
|
|||
" PreviousColor(,,SC_CURSOR_LEFT);"
|
||||
" PreviousColor(,,SC_CURSOR_UP);"
|
||||
" NextColor(,,SC_CURSOR_RIGHT);"
|
||||
" NextColor(,,SC_CURSOR_UP);"
|
||||
" NextColor(,,SC_CURSOR_DOWN);"
|
||||
"}"
|
||||
"About {"
|
||||
" Info(,CH_CTRLI);"
|
||||
|
@ -477,4 +477,4 @@ public U0 PaletteEditor()
|
|||
c->win_task->win_right = original_right;
|
||||
c->win_task->win_top = original_top;
|
||||
c->win_task->win_bottom = original_bottom;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue