mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
11 lines
216 B
Text
11 lines
216 B
Text
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
|
|
IDR_POPUP MENU
|
|
BEGIN
|
|
POPUP "popup"
|
|
BEGIN
|
|
MENUITEM "&Preferences...", ID_PREFERENCES
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "E&xit", ID_EXIT
|
|
END
|
|
END
|