From 9a4907e28a1e446e9dff89c6612f18e32f20b3fb Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Thu, 11 Aug 2011 03:58:30 +0200 Subject: add manifest file so that visual styles are applied to xtray (XhmikosR) --- src/fe-gtk/xchat.exe.manifest | 22 ++++++++++++++++++++++ src/fe-gtk/xchat.rc | 2 ++ 2 files changed, 24 insertions(+) create mode 100644 src/fe-gtk/xchat.exe.manifest diff --git a/src/fe-gtk/xchat.exe.manifest b/src/fe-gtk/xchat.exe.manifest new file mode 100644 index 00000000..13685d98 --- /dev/null +++ b/src/fe-gtk/xchat.exe.manifest @@ -0,0 +1,22 @@ + + + + XChat IRC client + + + + + + diff --git a/src/fe-gtk/xchat.rc b/src/fe-gtk/xchat.rc index 18c209c1..0588b525 100644 --- a/src/fe-gtk/xchat.rc +++ b/src/fe-gtk/xchat.rc @@ -1,6 +1,8 @@ #include #include "../../config.h" +1 24 "xchat.exe.manifest" + XC_ICON ICON "../../xchat.ico" VS_VERSION_INFO VERSIONINFO -- cgit 1.4.1