summary refs log tree commit diff stats
path: root/src/fe-gtk/about.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-12 17:49:26 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-12 17:49:26 +0200
commite57659e63f0c4c41fb774cd84ead368bb163b8b3 (patch)
tree94fa6cc8dcd0e84f53019555e1fb4860b4f1c1ac /src/fe-gtk/about.c
parent5e23d42c69b90b9bd66961771911ab5d7ff9be09 (diff)
Some more rebranding
Diffstat (limited to 'src/fe-gtk/about.c')
-rw-r--r--src/fe-gtk/about.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/fe-gtk/about.c b/src/fe-gtk/about.c
index dc1cbf08..cf7e03c9 100644
--- a/src/fe-gtk/about.c
+++ b/src/fe-gtk/about.c
@@ -124,10 +124,8 @@ menu_about (GtkWidget * wid, gpointer sess)
 				"<b>Compiled</b>: "__DATE__"\n"
 				"<b>Portable Mode</b>: %s\n"
 				"<b>Build Type</b>: x%d\n\n"
-				"<small>This version is unofficial and comes with no support.\n"
-				"\302\251 1998-2010 Peter \305\275elezn\303\275 &lt;zed@xchat.org>"
-				/* "\n<a href=\"http://code.google.com/p/xchat-wdk/\">http://code.google.com/p/xchat-wdk/</a>" this is broken in gtk ATM */
-				"</small>",
+				"<small>\302\251 1998-2010 Peter \305\275elezn\303\275 &lt;zed@xchat.org>\n"
+				"\302\251 2009-2011 Berke Viktor &lt;bviktor@hexchat.org></small>",
 				(strcmp (prefs.gui_license, "") ? "<span size=\"x-large\">" : ""),
 				(strcmp (prefs.gui_license, "") ? prefs.gui_license : ""),
 				(strcmp (prefs.gui_license, "") ? "</span>\n" : ""),