From 285f004e528c7ae29c664559cdc74e6e9b79d383 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Sun, 30 May 2010 11:12:00 +0200 Subject: [PATCH] add info about xchat base version --- xchat-wdk.patch | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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" "Charset: %s " +@@ -127,6 +131,7 @@ + "Renderer: %s\n" + #endif + "Compiled: "__DATE__"\n\n" ++ "XChat Base: 2.8.8\n\n" + "\302\251 1998-2010 Peter \305\275elezn\303\275 <zed@xchat.org>", + _("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