comparison src/xs_about.c @ 564:55271beca14c

Fix about.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 14 Mar 2007 22:34:00 +0000
parents f0324fa1ea30
children 511f9e4771e5
comparison
equal deleted inserted replaced
563:8e1f8e3f0b63 564:55271beca14c
148 (GtkDestroyNotify) gtk_widget_unref); 148 (GtkDestroyNotify) gtk_widget_unref);
149 gtk_widget_show(about_text); 149 gtk_widget_show(about_text);
150 gtk_container_add(GTK_CONTAINER(about_scrwin), about_text); 150 gtk_container_add(GTK_CONTAINER(about_scrwin), about_text);
151 gtk_widget_set_usize(about_text, -2, 100); 151 gtk_widget_set_usize(about_text, -2, 100);
152 gtk_text_insert(GTK_TEXT(about_text), NULL, NULL, NULL, 152 gtk_text_insert(GTK_TEXT(about_text), NULL, NULL, NULL,
153 "\n"
153 "This release of XMMS-SID is dedicated to\n" 154 "This release of XMMS-SID is dedicated to\n"
154 "\tRichard Joseph\n" 155 " Richard Joseph\n"
155 "Now gone, but forever in our hearts\n" 156 " - Now gone, but forever in our hearts -\n"
156 "\n" 157 "\n"
157 "\n" 158 "\n"
158 "(C) Copyright 1999-2007\n" 159 "(C) Copyright 1999-2007\n"
159 "\tTecnic Software productions (TNSP)\n" 160 "\tTecnic Software productions (TNSP)\n"
160 "\n" 161 "\n"