Don't print empty dialog caption.
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / windres / lang.rc
CommitLineData
64e08727
DD
1#include "windows.h"
2
3LANGUAGE 0, 0
4
51 MENU MOVEABLE PURE DISCARDABLE
6LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
7BEGIN
8 POPUP "&Datei" { MENUITEM "foo", 1 }
9END
10
111 MENU MOVEABLE PURE DISCARDABLE
12LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
13BEGIN
14 POPUP "&File" { MENUITEM "foo", 1 }
15END
This page took 0.059727 seconds and 4 git commands to generate.