comparison src/xs_about.c @ 163:5970faa2530f

Added copyright information
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 09 Jun 2004 00:01:01 +0000
parents 995086002a8f
children 6e350784aa57
comparison
equal deleted inserted replaced
162:d3425d53be3a 163:5970faa2530f
118 (GtkDestroyNotify) gtk_widget_unref); 118 (GtkDestroyNotify) gtk_widget_unref);
119 gtk_widget_show (about_text); 119 gtk_widget_show (about_text);
120 gtk_container_add (GTK_CONTAINER (about_scrwin), about_text); 120 gtk_container_add (GTK_CONTAINER (about_scrwin), about_text);
121 gtk_widget_set_usize (about_text, -2, 100); 121 gtk_widget_set_usize (about_text, -2, 100);
122 gtk_text_insert (GTK_TEXT (about_text), NULL, NULL, NULL, 122 gtk_text_insert (GTK_TEXT (about_text), NULL, NULL, NULL,
123 "(C) Copuright 1999-2004\n"
124 "\tTecnic Software productions (TNSP)\n"
125 "\n"
123 "Programming and design\n" 126 "Programming and design\n"
124 "\tMatti 'ccr/TNSP' Hämäläinen\n" 127 "\tMatti 'ccr/TNSP' Hämäläinen\n"
125 "\n" 128 "\n"
126 "libSIDPlay created by\n" 129 "libSIDPlay created by\n"
127 "\tMichael Schwendt\n" 130 "\tMichael Schwendt\n"