changeset 262:0b7a65890a5a

Fixed typo in credits, cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 22 Dec 2004 08:33:00 +0000
parents 5b107e78c7c0
children d7b7d49b52fe
files src/xs_about.c
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_about.c	Tue Dec 21 22:29:00 2004 +0000
+++ b/src/xs_about.c	Wed Dec 22 08:33:00 2004 +0000
@@ -147,11 +147,12 @@
  gtk_container_add (GTK_CONTAINER (about_scrwin), about_text);
  gtk_widget_set_usize (about_text, -2, 100);
  gtk_text_insert (GTK_TEXT (about_text), NULL, NULL, NULL,
- 	"(C) Copuright 1999-2004\n"
+ 	"\n\n\n"
+ 	"(C) Copyright 1999-2004\n"
 	"\tTecnic Software productions (TNSP)\n"
 	"\n"
 	"Programming and design\n"
-	"\tMatti 'ccr/TNSP' Hämäläinen\n"
+	"\tMatti 'ccr' Hämäläinen\n"
 	"\n"
 #ifdef HAVE_SIDPLAY1
 	"libSIDPlay created by\n"
@@ -171,7 +172,7 @@
 	"\t(Refer to README for license)\n"
 	"\n"
 #endif
-	"Original XMMS-SID created by\n"
+	"Original XMMS-SID (v0.4) by\n"
 	"\tWillem Monsuwe\n"
 	"\n"
 	, -1);