# HG changeset patch # User Matti Hamalainen # Date 1167601865 0 # Node ID e4a7235746ec99331a9531ae1267a0595330ddb3 # Parent fa889b0086081d094586e798b0a894f6dda0e314 Indentation fixes. diff -r fa889b008608 -r e4a7235746ec src/xs_about.c --- a/src/xs_about.c Sun Dec 31 21:49:01 2006 +0000 +++ b/src/xs_about.c Sun Dec 31 21:51:05 2006 +0000 @@ -149,20 +149,25 @@ gtk_widget_set_usize(about_text, -2, 100); gtk_text_insert(GTK_TEXT(about_text), NULL, NULL, NULL, "\n" - "(C) Copyright 1999-2006\n" + "(C) Copyright 1999-2007\n" "\tTecnic Software productions (TNSP)\n" - "\n" "Programming and design\n" "\tMatti 'ccr' Hämäläinen\n" "\n" + "\n" + "Programming and design\n" + "\tMatti 'ccr' Hämäläinen\n" "\n" #ifdef HAVE_SIDPLAY1 - "libSIDPlay1 created by\n" "\tMichael Schwendt\n" "\n" + "libSIDPlay1 created by\n" + "\tMichael Schwendt\n" "\n" #endif #ifdef HAVE_SIDPLAY2 "libSIDPlay2 and reSID created by\n" - "\tSimon White, Dag Lem,\n" "\tMichael Schwendt and rest.\n" "\n" + "\tSimon White, Dag Lem,\n" + "\tMichael Schwendt and rest.\n" "\n" #endif #ifdef HAVE_THEMETUNE "\"Kummatti City\", theme of XMMS-SID 0.8\n" "\tby Ari 'Agemixer' Yliaho\n" - "\t(C) Copyright 1998 Scallop\n" "\t(Refer to README for license)\n" "\n" + "\t(C) Copyright 1998 Scallop\n" + "\t(Refer to README for license)\n" "\n" #endif "Original XMMS-SID (v0.4) by\n" "\tWillem Monsuwe\n" "\n", -1); @@ -175,12 +180,15 @@ "\tDekadence, PWP, Byterapers,\n" "\tmfx, Unique, Fairlight, iSO,\n" "\tWrath Designs, Padua, Extend,\n" - "\tPHn, Creators, Cosine, tAAt,\n" "\tViruz, Crest and Skalaria.\n" "\n", -1); + "\tPHn, Creators, Cosine, tAAt,\n" + "\tViruz, Crest and Skalaria.\n" "\n", -1); gtk_text_insert(GTK_TEXT(about_text), NULL, NULL, NULL, "Special thanks\n" "\tGerfried 'Alfie' Fuchs\n" - "\tAndreas 'mrsid' Varga\n" "\tAll the betatesters.\n" "\tAll the users!\n", -1); + "\tAndreas 'mrsid' Varga\n" + "\tAll the betatesters.\n" + "\tAll the users!\n", -1); alignment6 = gtk_alignment_new(0.5, 0.5, 0.18, 1); gtk_widget_set_name(alignment6, "alignment6");