diff --git a/xchat-wdk.patch b/xchat-wdk.patch index 81b18672..849d8a5f 100644 --- a/xchat-wdk.patch +++ b/xchat-wdk.patch @@ -806,7 +806,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-12-28 14:57:33 +0100 ++++ xchat-wdk/src/fe-gtk/about.c 2010-12-29 17:23:49 +0100 @@ -39,6 +39,7 @@ #include "../common/xchat.h" @@ -844,11 +844,13 @@ 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,42 @@ +@@ -113,36 +127,43 @@ + gtk_container_add (GTK_CONTAINER (vbox), label); g_get_charset (&locale); (snprintf) (buf, sizeof (buf), - ""DISPLAY_NAME" "PACKAGE_VERSION"\n\n" +- ""DISPLAY_NAME" "PACKAGE_VERSION"\n\n" - "%s\n\n" ++ ""DISPLAY_NAME" "PACKAGE_VERSION"\nHappy Holidays Edition\n\n" #ifdef WIN32 - /* leave this message to avoid time wasting bug reports! */ - "This version is unofficial and comes with no support.\n\n"