diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-04-04 04:06:25 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-04-04 04:06:25 +0200 |
commit | 3fab4f0d7dc92e70e5f0e6273d75df8c4d972a61 (patch) | |
tree | 2c19ff2f2f487567ea8a1718c9499930438636ca /xchat-wdk.patch | |
parent | 5607488e9f64c0190da57e82ea26b85086446197 (diff) |
fix for x64 xtray
Diffstat (limited to 'xchat-wdk.patch')
-rw-r--r-- | xchat-wdk.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/xchat-wdk.patch b/xchat-wdk.patch index 3b47222e..39698ad2 100644 --- a/xchat-wdk.patch +++ b/xchat-wdk.patch @@ -508,6 +508,18 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/xchat.h xchat-wdk/src/co #include <direct.h> #define F_OK 0 #define X_OK 1 +diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/about.c xchat-wdk/src/fe-gtk/about.c +--- xchat-wdk.orig/src/fe-gtk/about.c 2008-06-08 09:58:58 +0200 ++++ xchat-wdk/src/fe-gtk/about.c 2010-04-02 10:27:10 +0200 +@@ -119,7 +119,7 @@ + "%s\n\n" + #ifdef WIN32 + /* leave this message to avoid time wasting bug reports! */ +- "This version is unofficial and comes with no support.\n\n" ++ "This version is unofficial and\ncomes with no support.\n\n" + #endif + "%s\n" + "<b>Charset</b>: %s " diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/banlist.c xchat-wdk/src/fe-gtk/banlist.c --- xchat-wdk.orig/src/fe-gtk/banlist.c 2008-09-01 11:28:58 +0200 +++ xchat-wdk/src/fe-gtk/banlist.c 2010-03-29 12:59:40 +0200 |