comparison src/xs_about.c @ 262:0b7a65890a5a

Fixed typo in credits, cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 22 Dec 2004 08:33:00 +0000
parents d3a4d35f2a8f
children 2316e524d67b
comparison
equal deleted inserted replaced
261:5b107e78c7c0 262:0b7a65890a5a
145 (GtkDestroyNotify) gtk_widget_unref); 145 (GtkDestroyNotify) gtk_widget_unref);
146 gtk_widget_show (about_text); 146 gtk_widget_show (about_text);
147 gtk_container_add (GTK_CONTAINER (about_scrwin), about_text); 147 gtk_container_add (GTK_CONTAINER (about_scrwin), about_text);
148 gtk_widget_set_usize (about_text, -2, 100); 148 gtk_widget_set_usize (about_text, -2, 100);
149 gtk_text_insert (GTK_TEXT (about_text), NULL, NULL, NULL, 149 gtk_text_insert (GTK_TEXT (about_text), NULL, NULL, NULL,
150 "(C) Copuright 1999-2004\n" 150 "\n\n\n"
151 "(C) Copyright 1999-2004\n"
151 "\tTecnic Software productions (TNSP)\n" 152 "\tTecnic Software productions (TNSP)\n"
152 "\n" 153 "\n"
153 "Programming and design\n" 154 "Programming and design\n"
154 "\tMatti 'ccr/TNSP' Hämäläinen\n" 155 "\tMatti 'ccr' Hämäläinen\n"
155 "\n" 156 "\n"
156 #ifdef HAVE_SIDPLAY1 157 #ifdef HAVE_SIDPLAY1
157 "libSIDPlay created by\n" 158 "libSIDPlay created by\n"
158 "\tMichael Schwendt\n" 159 "\tMichael Schwendt\n"
159 "\n" 160 "\n"
169 "\tby Ari 'Agemixer' Yliaho\n" 170 "\tby Ari 'Agemixer' Yliaho\n"
170 "\t(C) Copyright 1998 Scallop\n" 171 "\t(C) Copyright 1998 Scallop\n"
171 "\t(Refer to README for license)\n" 172 "\t(Refer to README for license)\n"
172 "\n" 173 "\n"
173 #endif 174 #endif
174 "Original XMMS-SID created by\n" 175 "Original XMMS-SID (v0.4) by\n"
175 "\tWillem Monsuwe\n" 176 "\tWillem Monsuwe\n"
176 "\n" 177 "\n"
177 , -1); 178 , -1);
178 179
179 gtk_text_insert (GTK_TEXT (about_text), NULL, NULL, NULL, 180 gtk_text_insert (GTK_TEXT (about_text), NULL, NULL, NULL,