diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-12 17:49:26 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-12 17:49:26 +0200 |
commit | e57659e63f0c4c41fb774cd84ead368bb163b8b3 (patch) | |
tree | 94fa6cc8dcd0e84f53019555e1fb4860b4f1c1ac /src/fe-gtk/about.c | |
parent | 5e23d42c69b90b9bd66961771911ab5d7ff9be09 (diff) |
Some more rebranding
Diffstat (limited to 'src/fe-gtk/about.c')
-rw-r--r-- | src/fe-gtk/about.c | 6 |
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 <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 <zed@xchat.org>\n" + "\302\251 2009-2011 Berke Viktor <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" : ""), |