changeset 322:d40c1ca754aa

Updated credits and greetings
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 08 Jan 2005 17:06:03 +0000
parents 45ad9f7c1628
children a84460ae0d62
files src/xs_about.c
diffstat 1 files changed, 16 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_about.c	Sat Jan 08 17:06:01 2005 +0000
+++ b/src/xs_about.c	Sat Jan 08 17:06:03 2005 +0000
@@ -155,7 +155,7 @@
 	"\tMatti 'ccr' Hämäläinen\n"
 	"\n"
 #ifdef HAVE_SIDPLAY1
-	"libSIDPlay created by\n"
+	"libSIDPlay1 created by\n"
 	"\tMichael Schwendt\n"
 	"\n"
 #endif
@@ -174,23 +174,27 @@
 #endif
 	"Original XMMS-SID (v0.4) by\n"
 	"\tWillem Monsuwe\n"
-	"\n"
-	, -1);
+	"\n", -1);
 
  gtk_text_insert (GTK_TEXT (about_text), NULL, NULL, NULL,
-	"Thanks and greetings ...\n"
+	"Greetings fly out to ...\n"
 	"\tEveryone at #Linux.Fi, #Fireball,\n"
-	"\t#TNSP and #c-64 of IRCNet...\n"
+	"\t#TNSP and #c-64 of IRCNet, #xmms\n"
+	"\tof Freenode.net.\n"
 	"\n"
-	"\tPwP, iSO, Byterapers, Fairlight,\n"
-	"\tmfx, Unique, Static, Dekadence,\n"
+	"\tDekadence, PWP, Byterapers,\n"
+	"\tmfx, Unique, Fairlight, iSO\n"
 	"\tWrath Designs, Padua, Extend,\n"
-	"\tPHn, Creators, Cosine, tAAt ...\n"
-	"\n"
+	"\tPHn, Creators, Cosine, tAAt,\n"
+	"\tViruz, Crest and Skalaria.\n"
+	"\n", -1);
+	
+ gtk_text_insert (GTK_TEXT (about_text), NULL, NULL, NULL,
 	"Special thanks\n"
-	"\t- Alfie\n"
-	"\t- All the betatesters.\n"
-	"\t- All the users! Hey it's you!\n", -1);
+	"\tGerfried 'Alfie' Fuchs\n"
+	"\tAndreas 'mrsid' Varga\n"
+	"\tAll the betatesters.\n"
+	"\tAll the users!\n", -1);
 
  alignment6 = gtk_alignment_new (0.5, 0.5, 0.18, 1);
  gtk_widget_set_name (alignment6, "alignment6");