Mercurial > audlegacy
changeset 3457:16690eeb7db5 trunk
Added myself to credits in "plugin authors" section... and what BMP?
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Sat, 08 Sep 2007 06:22:38 +0300 |
parents | b0809bc9c618 |
children | 2048a7c9572f |
files | src/audacious/ui_credits.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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_("<big><b>Audacious %s</b></big>\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);