mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-22 22:31:43 +03:00
ab690e8f5c
This folder was last updated at this commit:
4a9163fb6d
17 lines
810 B
Plaintext
17 lines
810 B
Plaintext
113 MENU
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
{
|
|
POPUP "Text"
|
|
{
|
|
MENUITEM "Undo", 57643
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "Cut", 57635
|
|
MENUITEM "Copy", 57634
|
|
MENUITEM "Paste", 57637
|
|
MENUITEM "Clear Selection", 57632
|
|
MENUITEM "Select All", 57642
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "Text Toolbar", 37678
|
|
}
|
|
}
|