comparison src/xs_about.c @ 426:e4a7235746ec

Indentation fixes.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 31 Dec 2006 21:51:05 +0000
parents d2e6682d3ef8
children e5b302358312
comparison
equal deleted inserted replaced
425:fa889b008608 426:e4a7235746ec
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-2006\n" 152 "(C) Copyright 1999-2007\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"
155 "Programming and design\n"
156 "\tMatti 'ccr' Hämäläinen\n" "\n"
155 #ifdef HAVE_SIDPLAY1 157 #ifdef HAVE_SIDPLAY1
156 "libSIDPlay1 created by\n" "\tMichael Schwendt\n" "\n" 158 "libSIDPlay1 created by\n"
159 "\tMichael Schwendt\n" "\n"
157 #endif 160 #endif
158 #ifdef HAVE_SIDPLAY2 161 #ifdef HAVE_SIDPLAY2
159 "libSIDPlay2 and reSID created by\n" 162 "libSIDPlay2 and reSID created by\n"
160 "\tSimon White, Dag Lem,\n" "\tMichael Schwendt and rest.\n" "\n" 163 "\tSimon White, Dag Lem,\n"
164 "\tMichael Schwendt and rest.\n" "\n"
161 #endif 165 #endif
162 #ifdef HAVE_THEMETUNE 166 #ifdef HAVE_THEMETUNE
163 "\"Kummatti City\", theme of XMMS-SID 0.8\n" 167 "\"Kummatti City\", theme of XMMS-SID 0.8\n"
164 "\tby Ari 'Agemixer' Yliaho\n" 168 "\tby Ari 'Agemixer' Yliaho\n"
165 "\t(C) Copyright 1998 Scallop\n" "\t(Refer to README for license)\n" "\n" 169 "\t(C) Copyright 1998 Scallop\n"
170 "\t(Refer to README for license)\n" "\n"
166 #endif 171 #endif
167 "Original XMMS-SID (v0.4) by\n" "\tWillem Monsuwe\n" "\n", -1); 172 "Original XMMS-SID (v0.4) by\n" "\tWillem Monsuwe\n" "\n", -1);
168 173
169 gtk_text_insert(GTK_TEXT(about_text), NULL, NULL, NULL, 174 gtk_text_insert(GTK_TEXT(about_text), NULL, NULL, NULL,
170 "Greetings fly out to ...\n" 175 "Greetings fly out to ...\n"
173 "\tof Freenode.net.\n" 178 "\tof Freenode.net.\n"
174 "\n" 179 "\n"
175 "\tDekadence, PWP, Byterapers,\n" 180 "\tDekadence, PWP, Byterapers,\n"
176 "\tmfx, Unique, Fairlight, iSO,\n" 181 "\tmfx, Unique, Fairlight, iSO,\n"
177 "\tWrath Designs, Padua, Extend,\n" 182 "\tWrath Designs, Padua, Extend,\n"
178 "\tPHn, Creators, Cosine, tAAt,\n" "\tViruz, Crest and Skalaria.\n" "\n", -1); 183 "\tPHn, Creators, Cosine, tAAt,\n"
184 "\tViruz, Crest and Skalaria.\n" "\n", -1);
179 185
180 gtk_text_insert(GTK_TEXT(about_text), NULL, NULL, NULL, 186 gtk_text_insert(GTK_TEXT(about_text), NULL, NULL, NULL,
181 "Special thanks\n" 187 "Special thanks\n"
182 "\tGerfried 'Alfie' Fuchs\n" 188 "\tGerfried 'Alfie' Fuchs\n"
183 "\tAndreas 'mrsid' Varga\n" "\tAll the betatesters.\n" "\tAll the users!\n", -1); 189 "\tAndreas 'mrsid' Varga\n"
190 "\tAll the betatesters.\n"
191 "\tAll the users!\n", -1);
184 192
185 alignment6 = gtk_alignment_new(0.5, 0.5, 0.18, 1); 193 alignment6 = gtk_alignment_new(0.5, 0.5, 0.18, 1);
186 gtk_widget_set_name(alignment6, "alignment6"); 194 gtk_widget_set_name(alignment6, "alignment6");
187 gtk_widget_ref(alignment6); 195 gtk_widget_ref(alignment6);
188 gtk_object_set_data_full(GTK_OBJECT(xs_aboutwin), "alignment6", alignment6, 196 gtk_object_set_data_full(GTK_OBJECT(xs_aboutwin), "alignment6", alignment6,