This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / windres / lang.rc
1 #include "windows.h"
2
3 LANGUAGE 0, 0
4
5 1 MENU MOVEABLE PURE DISCARDABLE
6 LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
7 BEGIN
8 POPUP "&Datei" { MENUITEM "foo", 1 }
9 END
10
11 1 MENU MOVEABLE PURE DISCARDABLE
12 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
13 BEGIN
14 POPUP "&File" { MENUITEM "foo", 1 }
15 END
This page took 0.03443 seconds and 5 git commands to generate.