changeset 857:6cd884a8fa1d

Updated credits in about box.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 09 Nov 2012 00:05:35 +0200
parents ca3f4398cf98
children fe3ed2b22a78
files src/xs_about.c
diffstat 1 files changed, 31 insertions(+), 23 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_about.c	Thu Nov 08 23:42:32 2012 +0200
+++ b/src/xs_about.c	Fri Nov 09 00:05:35 2012 +0200
@@ -82,7 +82,7 @@
     gtk_object_set_data(GTK_OBJECT(xs_aboutwin), "xs_aboutwin", xs_aboutwin);
     g_snprintf(tmpStr, sizeof(tmpStr), _("About %s"), XS_PACKAGE_STRING);
     gtk_window_set_title(GTK_WINDOW(xs_aboutwin), tmpStr);
-    gtk_window_set_default_size(GTK_WINDOW(xs_aboutwin), 350, -1);
+    gtk_window_set_default_size(GTK_WINDOW(xs_aboutwin), 400, 400);
 
     XS_SIGNAL_CONNECT(xs_aboutwin, "delete_event", xs_about_delete, NULL);
 
@@ -151,15 +151,15 @@
     gtk_widget_set_usize(about_text, -2, 100);
     gtk_text_insert(GTK_TEXT(about_text), NULL, NULL, NULL,
             "\n"
-            "This release of XMMS-SID is dedicated to\n"
+            "   This release of XMMS-SID is dedicated to\n"
             "\n"
-            "            Richard Joseph\n"
-            "                  and\n"
-            "      Lauri Sipilä (aka Xaztur/PWP)\n"
-            "                  and\n"
-            "  Jessica Lanier (aka Kitania Kallisti)\n"
+            "               Richard Joseph\n"
+            "                     and\n"
+            "         Lauri Sipilä (aka Xaztur/PWP)\n"
+            "                     and\n"
+            "     Jessica Lanier (aka Kitania Kallisti)\n"
             "\n"
-            " - Now gone, but forever in our hearts -\n"
+            "    - Now gone, but forever in our hearts -\n"
             "\n"
             "\n"
             "(C) Copyright 1999-2012\n"
@@ -170,38 +170,46 @@
             "\n"
 #ifdef HAVE_SIDPLAY1
             "libSIDPlay1 created by\n"
-            "\tMichael Schwendt\n" "\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"
+            "\tSimon 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"
             "\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" "\n"
+            "\t(Refer to README for license)\n"
+            "\n"
 #endif
-            "Original XMMS-SID (v0.4) by\n" "\tWillem Monsuwe\n" "\n"
+            "Original XMMS-SID (v0.4) by\n"
+            "\tWillem Monsuwe\n"
+            "\n"
 
             "Greetings fly out to ...\n"
-            "\tEveryone at #Linux.Fi, #Fireball,\n"
-            "\t#TNSP and #c-64 of IRCNet, #xmms\n"
-            "\tof Freenode.net.\n"
+            "\tEveryone at #linux.fi, #fireball, #tnsp,\n"
+            "\t#pwp and #c-64 of IRCNet.\n"
             "\n"
-            "\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"
+            "\tDekadence, PWP, Byterapers, mfx, ISO,\n"
+            "\tUnique, Fairlight, Trilobit, Wrath Designs,\n"
+            "\tPadua, Extend, PHn, Creators, Cosine, tAAt,\n"
+            "\tViruz, Crest and Skalaria.\n"
+            "\n"
 
             "Special thanks\n"
             "\tGerfried 'Alfie' Fuchs\n"
             "\tAndreas 'mrsid' Varga\n"
-            "\tAll the betatesters.\n"
-            "\tAll the users!\n", -1);
+            "\tAll the users!\n",
+            -1);
 
     alignment6 = gtk_alignment_new(0.5, 0.5, 0.18, 1);
     gtk_widget_set_name(alignment6, "alignment6");