# HG changeset patch # User Matti Hamalainen # Date 1105203963 0 # Node ID d40c1ca754aa26b85025d0eab6ec8b42760c4dd0 # Parent 45ad9f7c1628c48e3728e41f9c4b017ce71a6170 Updated credits and greetings diff -r 45ad9f7c1628 -r d40c1ca754aa src/xs_about.c --- 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");