From 2efc106d081820f2451f9fc6cacadfebe4bad56f Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Wed, 29 Dec 2010 17:28:47 +0100 Subject: [PATCH] remove holiday greetings message --- xchat-wdk.patch | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/xchat-wdk.patch b/xchat-wdk.patch index 849d8a5f..ac03cb91 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-29 17:23:49 +0100 ++++ xchat-wdk/src/fe-gtk/about.c 2010-12-29 17:28:03 +0100 @@ -39,6 +39,7 @@ #include "../common/xchat.h" @@ -844,13 +844,11 @@ 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) -@@ -113,36 +127,43 @@ - gtk_container_add (GTK_CONTAINER (vbox), label); +@@ -114,35 +128,42 @@ 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"