diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-11 21:33:10 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-11 21:33:10 +0200 |
commit | 534cd2802f807e4ca33a8586508619e6a52c3667 (patch) | |
tree | 5368457d9b7f56a247dc2458478478f2b1ce4ebc /src/fe-gtk/hexchat.rc | |
parent | 2a3ef0a5e85102b0dd49105e7b8872c0e7428d9e (diff) |
Rebranding on the file level
Diffstat (limited to 'src/fe-gtk/hexchat.rc')
-rw-r--r-- | src/fe-gtk/hexchat.rc | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/fe-gtk/hexchat.rc b/src/fe-gtk/hexchat.rc new file mode 100644 index 00000000..62000013 --- /dev/null +++ b/src/fe-gtk/hexchat.rc @@ -0,0 +1,26 @@ +#include <winver.h> +#include "../../config.h" +#include "../../resource.h" + +XC_ICON ICON "../../hexchat.ico" + +VS_VERSION_INFO VERSIONINFO + FILEVERSION COMMA_VERSION + PRODUCTVERSION COMMA_VERSION + BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904B0" + BEGIN + + VALUE "FileDescription", "HexChat IRC Client" + VALUE "ProductName", "HexChat" + VALUE "ProductVersion", PACKAGE_VERSION + VALUE "FileVersion", PACKAGE_VERSION + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0409, 0x04B0 + END + END |