# HG changeset patch # User Matti Hamalainen # Date 1189221758 -10800 # Node ID 16690eeb7db54e4129db0ba904f130fab59dfed3 # Parent b0809bc9c6185b174550387b103285e2f8b470c4 Added myself to credits in "plugin authors" section... and what BMP? diff -r b0809bc9c618 -r 16690eeb7db5 src/audacious/ui_credits.c --- a/src/audacious/ui_credits.c Fri Sep 07 19:47:25 2007 -0500 +++ b/src/audacious/ui_credits.c Sat Sep 08 06:22:38 2007 +0300 @@ -43,7 +43,7 @@ }; -static const gchar *bmp_brief = +static const gchar *audacious_brief = N_("Audacious %s\n" "The future of UNIX multimedia.\n" "\n" @@ -91,6 +91,7 @@ "Jonathan Schleifer", "Tony Vroon", "Yoshiki Yazawa", + "Matti Hämäläinen", NULL, N_("Patch authors:"), @@ -383,7 +384,7 @@ g_object_unref(logo_pixbuf); label = gtk_label_new(NULL); - text = g_strdup_printf(_(bmp_brief), VERSION); + text = g_strdup_printf(_(audacious_brief), VERSION); gtk_label_set_markup(GTK_LABEL(label), text); gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_CENTER); g_free(text);