comparison src/xs_about.c @ 264:2316e524d67b

Improved comments.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 22 Dec 2004 09:07:03 +0000
parents 0b7a65890a5a
children d40c1ca754aa
comparison
equal deleted inserted replaced
263:d7b7d49b52fe 264:2316e524d67b
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 "\n\n\n" 150 "\n"
151 "(C) Copyright 1999-2004\n" 151 "(C) Copyright 1999-2004\n"
152 "\tTecnic Software productions (TNSP)\n" 152 "\tTecnic Software productions (TNSP)\n"
153 "\n" 153 "\n"
154 "Programming and design\n" 154 "Programming and design\n"
155 "\tMatti 'ccr' Hämäläinen\n" 155 "\tMatti 'ccr' Hämäläinen\n"