1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-07-19 23:30:19 +00:00
reactos/base/applications/kbswitch/lang/en-US.rc

12 lines
216 B
Text
Raw Normal View History

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