summary refs log blame commit diff stats
path: root/src/fe-gtk/xchat.rc
blob: 0588b525831a39506b558617393d7b7a1b8e5c0f (plain) (tree)
1
2
3
4
5


                          

                          


















                                                                                
#include <winver.h>
#include "../../config.h"

1 24 "xchat.exe.manifest"

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