mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-28 08:16:31 +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_LEFT);"
|
||||||
" PreviousColor(,,SC_CURSOR_UP);"
|
" PreviousColor(,,SC_CURSOR_UP);"
|
||||||
" NextColor(,,SC_CURSOR_RIGHT);"
|
" NextColor(,,SC_CURSOR_RIGHT);"
|
||||||
" NextColor(,,SC_CURSOR_UP);"
|
" NextColor(,,SC_CURSOR_DOWN);"
|
||||||
"}"
|
"}"
|
||||||
"About {"
|
"About {"
|
||||||
" Info(,CH_CTRLI);"
|
" Info(,CH_CTRLI);"
|
||||||
|
|
Loading…
Reference in a new issue