Copy over the file open/save code from the Win32 native branch.
[obnox/wireshark/wip.git] / image / ethereal.rc.in
1 #include "winver.h"
2
3 #include "image/win32-file-dlg.rc"
4
5 ETHEREAL_ICON           ICON                    "ethereal.ico"
6
7 VS_VERSION_INFO VERSIONINFO
8  FILEVERSION @RC_VERSION@,0
9  PRODUCTVERSION @RC_VERSION@,0
10  FILEFLAGSMASK 0x0L
11 #ifdef _DEBUG
12  FILEFLAGS 0x3L
13 #else
14  FILEFLAGS 0x2L
15 #endif
16  FILEOS 0x4L
17  FILETYPE 0x1L
18  FILESUBTYPE 0x0L
19 BEGIN
20     BLOCK "StringFileInfo"
21     BEGIN
22         BLOCK "040904b0"
23         BEGIN
24             VALUE "CompanyName", "The Ethereal developer community, http://www.ethereal.com/\0"
25             VALUE "FileDescription", "Ethereal\0"
26             VALUE "FileVersion", "@VERSION@\0"
27             VALUE "InternalName", "Ethereal @VERSION@\0"
28             VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@ethereal.com>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
29             VALUE "OriginalFilename", "Ethereal.exe\0"
30             VALUE "ProductName", "Ethereal\0"
31             VALUE "ProductVersion", "@VERSION@\0"
32         END
33     END
34     BLOCK "VarFileInfo"
35     BEGIN
36         VALUE "Translation", 0x409, 1200
37     END
38 END