Mercurial > audlegacy
changeset 501:3a940b8dac46 trunk
[svn] Add credits.c to makefile, and fill in as much information as I have.
author | nenolod |
---|---|
date | Wed, 25 Jan 2006 18:31:49 -0800 |
parents | 5c76d862ed49 |
children | 3399d6a41f16 |
files | audacious/Makefile.am audacious/credits.c |
diffstat | 2 files changed, 16 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/audacious/Makefile.am Wed Jan 25 18:19:59 2006 -0800 +++ b/audacious/Makefile.am Wed Jan 25 18:31:49 2006 -0800 @@ -60,7 +60,7 @@ equalizer.c equalizer.h \ glade.c glade.h \ hints.c hints.h \ - about.c credits.h \ + about.c credits.c credits.h \ plugin.h \ softvolume.c softvolume.h \ getopt.c getopt1.c getopt.h \
--- a/audacious/credits.c Wed Jan 25 18:19:59 2006 -0800 +++ b/audacious/credits.c Wed Jan 25 18:31:49 2006 -0800 @@ -48,7 +48,20 @@ "Copyright (C) 2005-2006 Audacious Development Team\n"); static const gchar *credit_text[] = { - N_("Developers:"), + N_("Audacious core developers:"), + N_("Giacomo Lozito"), + N_("William Pitcock"), + N_("Tony Vroon"), + NULL, + + N_("Graphics:"), + N_("deitarion in #audacious"), + N_("NhJm in #audacious"), + NULL, + + N_("Plugin development:"), + N_("Kiyoshi Aman"), + N_("Shay Green"), N_("Giacomo Lozito"), N_("William Pitcock"), N_("Tony Vroon"), @@ -265,7 +278,7 @@ gtk_window_set_type_hint(GTK_WINDOW(about_window), GDK_WINDOW_TYPE_HINT_DIALOG); - gtk_window_set_default_size(GTK_WINDOW(about_window), -1, 480); + gtk_window_set_default_size(GTK_WINDOW(about_window), -1, 512); gtk_window_set_title(GTK_WINDOW(about_window), _("About Audacious")); gtk_window_set_position(GTK_WINDOW(about_window), GTK_WIN_POS_CENTER); gtk_window_set_resizable(GTK_WINDOW(about_window), TRUE);