comparison src/xs_about.c @ 322:d40c1ca754aa

Updated credits and greetings
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 08 Jan 2005 17:06:03 +0000
parents 2316e524d67b
children dd201740a720
comparison
equal deleted inserted replaced
321:45ad9f7c1628 322:d40c1ca754aa
153 "\n" 153 "\n"
154 "Programming and design\n" 154 "Programming and design\n"
155 "\tMatti 'ccr' Hämäläinen\n" 155 "\tMatti 'ccr' Hämäläinen\n"
156 "\n" 156 "\n"
157 #ifdef HAVE_SIDPLAY1 157 #ifdef HAVE_SIDPLAY1
158 "libSIDPlay created by\n" 158 "libSIDPlay1 created by\n"
159 "\tMichael Schwendt\n" 159 "\tMichael Schwendt\n"
160 "\n" 160 "\n"
161 #endif 161 #endif
162 #ifdef HAVE_SIDPLAY2 162 #ifdef HAVE_SIDPLAY2
163 "libSIDPlay2 and reSID created by\n" 163 "libSIDPlay2 and reSID created by\n"
172 "\t(Refer to README for license)\n" 172 "\t(Refer to README for license)\n"
173 "\n" 173 "\n"
174 #endif 174 #endif
175 "Original XMMS-SID (v0.4) by\n" 175 "Original XMMS-SID (v0.4) by\n"
176 "\tWillem Monsuwe\n" 176 "\tWillem Monsuwe\n"
177 "\n" 177 "\n", -1);
178 , -1);
179 178
180 gtk_text_insert (GTK_TEXT (about_text), NULL, NULL, NULL, 179 gtk_text_insert (GTK_TEXT (about_text), NULL, NULL, NULL,
181 "Thanks and greetings ...\n" 180 "Greetings fly out to ...\n"
182 "\tEveryone at #Linux.Fi, #Fireball,\n" 181 "\tEveryone at #Linux.Fi, #Fireball,\n"
183 "\t#TNSP and #c-64 of IRCNet...\n" 182 "\t#TNSP and #c-64 of IRCNet, #xmms\n"
184 "\n" 183 "\tof Freenode.net.\n"
185 "\tPwP, iSO, Byterapers, Fairlight,\n" 184 "\n"
186 "\tmfx, Unique, Static, Dekadence,\n" 185 "\tDekadence, PWP, Byterapers,\n"
186 "\tmfx, Unique, Fairlight, iSO\n"
187 "\tWrath Designs, Padua, Extend,\n" 187 "\tWrath Designs, Padua, Extend,\n"
188 "\tPHn, Creators, Cosine, tAAt ...\n" 188 "\tPHn, Creators, Cosine, tAAt,\n"
189 "\n" 189 "\tViruz, Crest and Skalaria.\n"
190 "\n", -1);
191
192 gtk_text_insert (GTK_TEXT (about_text), NULL, NULL, NULL,
190 "Special thanks\n" 193 "Special thanks\n"
191 "\t- Alfie\n" 194 "\tGerfried 'Alfie' Fuchs\n"
192 "\t- All the betatesters.\n" 195 "\tAndreas 'mrsid' Varga\n"
193 "\t- All the users! Hey it's you!\n", -1); 196 "\tAll the betatesters.\n"
197 "\tAll the users!\n", -1);
194 198
195 alignment6 = gtk_alignment_new (0.5, 0.5, 0.18, 1); 199 alignment6 = gtk_alignment_new (0.5, 0.5, 0.18, 1);
196 gtk_widget_set_name (alignment6, "alignment6"); 200 gtk_widget_set_name (alignment6, "alignment6");
197 gtk_widget_ref (alignment6); 201 gtk_widget_ref (alignment6);
198 gtk_object_set_data_full (GTK_OBJECT (xs_aboutwin), "alignment6", alignment6, 202 gtk_object_set_data_full (GTK_OBJECT (xs_aboutwin), "alignment6", alignment6,