mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
Menu fix
This commit is contained in:
parent
9b75e8dd0f
commit
c947d9d451
1 changed files with 2 additions and 2 deletions
|
@ -356,8 +356,8 @@ public U0 PaletteEditor()
|
|||
" PreviousColor(,,SC_CURSOR_UP);"
|
||||
" NextColor(,,SC_CURSOR_RIGHT);"
|
||||
" NextColor(,,SC_CURSOR_DOWN);"
|
||||
" RandomColor(,,'r');"
|
||||
" RandomPalette(,,'R');"
|
||||
" RandomColor(,'r');"
|
||||
" RandomPalette(,'R');"
|
||||
"}"
|
||||
"About {"
|
||||
" Info(,CH_CTRLI);"
|
||||
|
|
Loading…
Reference in a new issue