changeset 859:f535c1e274e8

Adjust credits indentation by changing tabs to 4 spaces.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 09 Nov 2012 00:10:00 +0200
parents fe3ed2b22a78
children 852fe7009876
files src/xs_about.c
diffstat 1 files changed, 19 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_about.c	Fri Nov 09 00:05:54 2012 +0200
+++ b/src/xs_about.c	Fri Nov 09 00:10:00 2012 +0200
@@ -163,52 +163,52 @@
             "\n"
             "\n"
             "(C) Copyright 1999-2012\n"
-            "\tTecnic Software productions (TNSP)\n"
+            "    Tecnic Software productions (TNSP)\n"
             "\n"
             "Programming and design\n"
-            "\tMatti 'ccr' Hämäläinen\n"
+            "    Matti 'ccr' Hämäläinen\n"
             "\n"
 #ifdef HAVE_SIDPLAY1
             "libSIDPlay1 created by\n"
-            "\tMichael Schwendt\n"
+            "    Michael Schwendt\n"
             "\n"
 #endif
 #ifdef HAVE_SIDPLAY2
             "libSIDPlay2 and reSID created by\n"
-            "\tSimon White, Dag Lem, Michael Schwendt et all.\n"
+            "    Simon White, Dag Lem, Michael Schwendt et all.\n"
             "\n"
 #endif
 #ifdef HAVE_SIDPLAYFP
             "libSIDPlayFP and reSID-FP\n"
-            "\tAntti Lankila, Leandro 'drfiemost' Nini\n"
-            "\t.. based on libSIDPlay2.\n"
+            "    Antti Lankila, Leandro 'drfiemost' Nini\n"
+            "    .. based on libSIDPlay2.\n"
             "\n"
 #endif
 #ifdef HAVE_THEMETUNE
             "\"Kummatti City\", theme of XMMS-SID\n"
-            "\tby Ari 'Agemixer' Yliaho\n"
-            "\t(C) Copyright 1998 Scallop\n"
-            "\t(Refer to README for license)\n"
+            "    by Ari 'Agemixer' Yliaho\n"
+            "    (C) Copyright 1998 Scallop\n"
+            "    (Refer to README for license)\n"
             "\n"
 #endif
             "Original XMMS-SID (v0.4) by\n"
-            "\tWillem Monsuwe\n"
+            "    Willem Monsuwe\n"
             "\n"
 
             "Greetings fly out to ...\n"
-            "\tEveryone at #linux.fi, #fireball, #tnsp,\n"
-            "\t#pwp and #c-64 of IRCNet.\n"
+            "    Everyone at #linux.fi, #fireball, #tnsp,\n"
+            "    #pwp and #c-64 of IRCNet.\n"
             "\n"
-            "\tDekadence, PWP, Byterapers, mfx, ISO,\n"
-            "\tUnique, Fairlight, Trilobit, Wrath Designs,\n"
-            "\tPadua, Extend, PHn, Creators, Cosine, tAAt,\n"
-            "\tViruz, Crest and Skalaria.\n"
+            "    Dekadence, PWP, Byterapers, mfx, ISO,\n"
+            "    Unique, Fairlight, Trilobit, Wrath Designs,\n"
+            "    Padua, Extend, PHn, Creators, Cosine, tAAt,\n"
+            "    Viruz, Crest and Skalaria.\n"
             "\n"
 
             "Special thanks\n"
-            "\tGerfried 'Alfie' Fuchs\n"
-            "\tAndreas 'mrsid' Varga\n"
-            "\tAll the users!\n",
+            "    Gerfried 'Alfie' Fuchs\n"
+            "    Andreas 'mrsid' Varga\n"
+            "    All the users!\n",
             -1);
 
     alignment6 = gtk_alignment_new(0.5, 0.5, 0.18, 1);