comparison src/xs_about.c @ 630:8ece70f53d83

Cleanify.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Sep 2007 04:08:02 +0000
parents 248aa59cb6a3
children a44a24853639
comparison
equal deleted inserted replaced
629:ce1fe59627f2 630:8ece70f53d83
78 78
79 /* No, create one ... */ 79 /* No, create one ... */
80 xs_aboutwin = gtk_window_new(GTK_WINDOW_DIALOG); 80 xs_aboutwin = gtk_window_new(GTK_WINDOW_DIALOG);
81 gtk_widget_set_name(xs_aboutwin, "xs_aboutwin"); 81 gtk_widget_set_name(xs_aboutwin, "xs_aboutwin");
82 gtk_object_set_data(GTK_OBJECT(xs_aboutwin), "xs_aboutwin", xs_aboutwin); 82 gtk_object_set_data(GTK_OBJECT(xs_aboutwin), "xs_aboutwin", xs_aboutwin);
83 g_snprintf(tmpStr, sizeof(tmpStr), _("About %s"), PACKAGE_STRING); 83 g_snprintf(tmpStr, sizeof(tmpStr), _("About %s"), XS_PACKAGE_STRING);
84 gtk_window_set_title(GTK_WINDOW(xs_aboutwin), tmpStr); 84 gtk_window_set_title(GTK_WINDOW(xs_aboutwin), tmpStr);
85 gtk_window_set_default_size(GTK_WINDOW(xs_aboutwin), 350, -1); 85 gtk_window_set_default_size(GTK_WINDOW(xs_aboutwin), 350, -1);
86 86
87 XS_SIGNAL_CONNECT(xs_aboutwin, "delete_event", xs_about_delete, NULL); 87 XS_SIGNAL_CONNECT(xs_aboutwin, "delete_event", xs_about_delete, NULL);
88 88
174 "\"Kummatti City\", theme of XMMS-SID 0.8\n" 174 "\"Kummatti City\", theme of XMMS-SID 0.8\n"
175 "\tby Ari 'Agemixer' Yliaho\n" 175 "\tby Ari 'Agemixer' Yliaho\n"
176 "\t(C) Copyright 1998 Scallop\n" 176 "\t(C) Copyright 1998 Scallop\n"
177 "\t(Refer to README for license)\n" "\n" 177 "\t(Refer to README for license)\n" "\n"
178 #endif 178 #endif
179 "Original XMMS-SID (v0.4) by\n" "\tWillem Monsuwe\n" "\n", -1); 179 "Original XMMS-SID (v0.4) by\n" "\tWillem Monsuwe\n" "\n"
180 180
181 gtk_text_insert(GTK_TEXT(about_text), NULL, NULL, NULL,
182 "Greetings fly out to ...\n" 181 "Greetings fly out to ...\n"
183 "\tEveryone at #Linux.Fi, #Fireball,\n" 182 "\tEveryone at #Linux.Fi, #Fireball,\n"
184 "\t#TNSP and #c-64 of IRCNet, #xmms\n" 183 "\t#TNSP and #c-64 of IRCNet, #xmms\n"
185 "\tof Freenode.net.\n" 184 "\tof Freenode.net.\n"
186 "\n" 185 "\n"
187 "\tDekadence, PWP, Byterapers,\n" 186 "\tDekadence, PWP, Byterapers,\n"
188 "\tmfx, Unique, Fairlight, iSO,\n" 187 "\tmfx, Unique, Fairlight, iSO,\n"
189 "\tWrath Designs, Padua, Extend,\n" 188 "\tWrath Designs, Padua, Extend,\n"
190 "\tPHn, Creators, Cosine, tAAt,\n" 189 "\tPHn, Creators, Cosine, tAAt,\n"
191 "\tViruz, Crest and Skalaria.\n" "\n", -1); 190 "\tViruz, Crest and Skalaria.\n" "\n"
192 191
193 gtk_text_insert(GTK_TEXT(about_text), NULL, NULL, NULL,
194 "Special thanks\n" 192 "Special thanks\n"
195 "\tGerfried 'Alfie' Fuchs\n" 193 "\tGerfried 'Alfie' Fuchs\n"
196 "\tAndreas 'mrsid' Varga\n" 194 "\tAndreas 'mrsid' Varga\n"
197 "\tAll the betatesters.\n" 195 "\tAll the betatesters.\n"
198 "\tAll the users!\n", -1); 196 "\tAll the users!\n", -1);