comparison src/xs_about.c @ 388:52f71f323555

Year.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 28 May 2006 13:20:02 +0000
parents b1a858b8cb1a
children 7f694e5a1493
comparison
equal deleted inserted replaced
387:ee1f9ccc6f72 388:52f71f323555
147 gtk_widget_show(about_text); 147 gtk_widget_show(about_text);
148 gtk_container_add(GTK_CONTAINER(about_scrwin), about_text); 148 gtk_container_add(GTK_CONTAINER(about_scrwin), about_text);
149 gtk_widget_set_usize(about_text, -2, 100); 149 gtk_widget_set_usize(about_text, -2, 100);
150 gtk_text_insert(GTK_TEXT(about_text), NULL, NULL, NULL, 150 gtk_text_insert(GTK_TEXT(about_text), NULL, NULL, NULL,
151 "\n" 151 "\n"
152 "(C) Copyright 1999-2005\n" 152 "(C) Copyright 1999-2006\n"
153 "\tTecnic Software productions (TNSP)\n" 153 "\tTecnic Software productions (TNSP)\n"
154 "\n" "Programming and design\n" "\tMatti 'ccr' Hämäläinen\n" "\n" 154 "\n" "Programming and design\n" "\tMatti 'ccr' Hämäläinen\n" "\n"
155 #ifdef HAVE_SIDPLAY1 155 #ifdef HAVE_SIDPLAY1
156 "libSIDPlay1 created by\n" "\tMichael Schwendt\n" "\n" 156 "libSIDPlay1 created by\n" "\tMichael Schwendt\n" "\n"
157 #endif 157 #endif