Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / base / applications / kbswitch / lang / en-US.rc
diff --git a/base/applications/kbswitch/lang/en-US.rc b/base/applications/kbswitch/lang/en-US.rc
new file mode 100644 (file)
index 0000000..dc5a2ca
--- /dev/null
@@ -0,0 +1,11 @@
+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