From 534cd2802f807e4ca33a8586508619e6a52c3667 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Wed, 11 Jul 2012 21:33:10 +0200 Subject: Rebranding on the file level --- src/fe-gtk/fe-gtk.vcxproj | 14 +++++++------- src/fe-gtk/fe-gtk.vcxproj.filters | 6 +++--- src/fe-gtk/hexchat.exe.manifest | 22 ++++++++++++++++++++++ src/fe-gtk/hexchat.rc | 26 ++++++++++++++++++++++++++ src/fe-gtk/xchat.exe.manifest | 22 ---------------------- src/fe-gtk/xchat.rc | 26 -------------------------- 6 files changed, 58 insertions(+), 58 deletions(-) create mode 100644 src/fe-gtk/hexchat.exe.manifest create mode 100644 src/fe-gtk/hexchat.rc delete mode 100644 src/fe-gtk/xchat.exe.manifest delete mode 100644 src/fe-gtk/xchat.rc (limited to 'src/fe-gtk') diff --git a/src/fe-gtk/fe-gtk.vcxproj b/src/fe-gtk/fe-gtk.vcxproj index cb102012..b38e132a 100644 --- a/src/fe-gtk/fe-gtk.vcxproj +++ b/src/fe-gtk/fe-gtk.vcxproj @@ -35,22 +35,22 @@ - + - + false - xchat + hexchat $(SolutionDir)build\$(PlatformName)\bin $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName) false - xchat + hexchat $(SolutionDir)build\$(PlatformName)\bin $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName) @@ -163,13 +163,13 @@ - + - + - + diff --git a/src/fe-gtk/fe-gtk.vcxproj.filters b/src/fe-gtk/fe-gtk.vcxproj.filters index 0e2e830b..8a232dae 100644 --- a/src/fe-gtk/fe-gtk.vcxproj.filters +++ b/src/fe-gtk/fe-gtk.vcxproj.filters @@ -199,17 +199,17 @@ - + Resource Files - + Resource Files - + Resource Files diff --git a/src/fe-gtk/hexchat.exe.manifest b/src/fe-gtk/hexchat.exe.manifest new file mode 100644 index 00000000..13685d98 --- /dev/null +++ b/src/fe-gtk/hexchat.exe.manifest @@ -0,0 +1,22 @@ + + + + XChat IRC client + + + + + + 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 +#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 diff --git a/src/fe-gtk/xchat.exe.manifest b/src/fe-gtk/xchat.exe.manifest deleted file mode 100644 index 13685d98..00000000 --- a/src/fe-gtk/xchat.exe.manifest +++ /dev/null @@ -1,22 +0,0 @@ - - - - XChat IRC client - - - - - - diff --git a/src/fe-gtk/xchat.rc b/src/fe-gtk/xchat.rc deleted file mode 100644 index f63b70e7..00000000 --- a/src/fe-gtk/xchat.rc +++ /dev/null @@ -1,26 +0,0 @@ -#include -#include "../../config.h" -#include "../../resource.h" - -XC_ICON ICON "../../xchat.ico" - -VS_VERSION_INFO VERSIONINFO - FILEVERSION COMMA_VERSION - PRODUCTVERSION COMMA_VERSION - BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904B0" - BEGIN - - VALUE "FileDescription", "XChat-WDK IRC Client" - VALUE "ProductName", "XChat-WDK" - VALUE "ProductVersion", PACKAGE_VERSION - VALUE "FileVersion", PACKAGE_VERSION - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x0409, 0x04B0 - END - END -- cgit 1.4.1