hexchat/src/fe-gtk/xchat.rc

25 lines
460 B
Plaintext
Raw Normal View History

2011-02-28 12:59:32 -05:00
#include <winver.h>
#include "../../config.h"
1 24 "xchat.exe.manifest"
2011-02-28 12:59:32 -05:00
XC_ICON ICON "../../xchat.ico"
VS_VERSION_INFO VERSIONINFO
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904B0"
BEGIN
VALUE "FileDescription", "XChat-WDK IRC Client"
VALUE "ProductName", "XChat-WDK"
VALUE "ProductVersion", PACKAGE_VERSION
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0409, 0x04B0
END
END