diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-01-10 10:01:26 +0100 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-01-10 10:01:26 +0100 |
commit | 9dec58d7dfb480e353aed542c14313f51fb828c3 (patch) | |
tree | 8f14cf7d28237fd19052d817b8da878487182059 | |
parent | a2cd9400024b98616f67f106f91ef55ca7a57c42 (diff) |
nicer version info for xchat-text
-rw-r--r-- | xchat-wdk.patch | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/xchat-wdk.patch b/xchat-wdk.patch index 135636c7..5cae6432 100644 --- a/xchat-wdk.patch +++ b/xchat-wdk.patch @@ -2031,7 +2031,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/xtext.h xchat-wdk/src/fe #endif diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-text/fe-text.c xchat-wdk/src/fe-text/fe-text.c --- xchat-wdk.orig/src/fe-text/fe-text.c 2008-08-29 13:24:17 +0200 -+++ xchat-wdk/src/fe-text/fe-text.c 2011-01-10 08:55:20 +0100 ++++ xchat-wdk/src/fe-text/fe-text.c 2011-01-10 10:00:24 +0100 @@ -22,60 +22,51 @@ #ifdef HAVE_STRINGS_H #include <strings.h> @@ -2131,6 +2131,15 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-text/fe-text.c xchat-wdk/src current_tab = sess; if (done_intro) +@@ -101,7 +93,7 @@ + + snprintf (buf, sizeof (buf), + "\n" +- " \017xchat \00310"PACKAGE_VERSION"\n" ++ " \017XChat-Text \00310"PACKAGE_VERSION"\n" + " \017Running on \00310%s \017glib \00310%d.%d.%d\n" + " \017This binary compiled \00310"__DATE__"\017\n", + get_cpu_str(), @@ -133,15 +125,21 @@ } |