diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-05-30 11:12:00 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-05-30 11:12:00 +0200 |
commit | 285f004e528c7ae29c664559cdc74e6e9b79d383 (patch) | |
tree | ea7f1f6b893db6f23de63fbb4cd4b952aa749c00 | |
parent | f6f23d010da14f5ffb77c960ce736f2fd44f8954 (diff) |
add info about xchat base version
-rw-r--r-- | xchat-wdk.patch | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/xchat-wdk.patch b/xchat-wdk.patch index 19a65c3a..b79df5b6 100644 --- a/xchat-wdk.patch +++ b/xchat-wdk.patch @@ -548,7 +548,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/xchat.h xchat-wdk/src/co #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 2010-05-16 09:43:49 +0200 -+++ xchat-wdk/src/fe-gtk/about.c 2010-05-30 11:01:25 +0200 ++++ xchat-wdk/src/fe-gtk/about.c 2010-05-30 11:10:09 +0200 @@ -113,11 +113,15 @@ gtk_container_add (GTK_CONTAINER (vbox), label); g_get_charset (&locale); @@ -566,6 +566,14 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/about.c xchat-wdk/src/fe #endif "%s\n" "<b>Charset</b>: %s " +@@ -127,6 +131,7 @@ + "<b>Renderer</b>: %s\n" + #endif + "<b>Compiled</b>: "__DATE__"\n\n" ++ "<b>XChat Base</b>: 2.8.8\n\n" + "<small>\302\251 1998-2010 Peter \305\275elezn\303\275 <zed@xchat.org></small>", + _("A multiplatform IRC Client"), + get_cpu_str(), 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 2010-05-16 05:20:22 +0200 +++ xchat-wdk/src/fe-gtk/banlist.c 2010-05-30 11:01:25 +0200 |