diff --git a/xchat-wdk.patch b/xchat-wdk.patch index 8d6f1b16..33eeb5cf 100644 --- a/xchat-wdk.patch +++ b/xchat-wdk.patch @@ -774,7 +774,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/xchat.h xchat-wdk/src/co unsigned int ctcp_time_limit; /*seconds of floods */ 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-10-09 12:53:27 +0200 ++++ xchat-wdk/src/fe-gtk/about.c 2010-10-20 21:35:47 +0200 @@ -39,6 +39,7 @@ #include "../common/xchat.h" @@ -812,7 +812,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/about.c xchat-wdk/src/fe gtk_window_set_resizable (GTK_WINDOW (about), FALSE); gtk_window_set_title (GTK_WINDOW (about), _("About "DISPLAY_NAME)); if (parent_window) -@@ -114,35 +128,40 @@ +@@ -114,35 +128,42 @@ g_get_charset (&locale); (snprintf) (buf, sizeof (buf), ""DISPLAY_NAME" "PACKAGE_VERSION"\n\n" @@ -831,7 +831,9 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/about.c xchat-wdk/src/fe + "Portable Mode: %s\n" + "Build Type: x%d\n\n" + "This version is unofficial and comes with no support.\n" -+ "\302\251 1998-2010 Peter \305\275elezn\303\275 <zed@xchat.org>", ++ "\302\251 1998-2010 Peter \305\275elezn\303\275 <zed@xchat.org>" ++ /* "\nhttp://code.google.com/p/xchat-wdk/" this is broken in gtk ATM */ ++ "", + get_cpu_str (), + locale, + gtk_major_version,