Mercurial > audlegacy
changeset 500:5c76d862ed49 trunk
[svn] Add show_credits_window() declaration.
author | nenolod |
---|---|
date | Wed, 25 Jan 2006 18:19:59 -0800 |
parents | 626c86bda311 |
children | 3a940b8dac46 |
files | audacious/credits.c audacious/credits.h |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/audacious/credits.c Wed Jan 25 17:39:42 2006 -0800 +++ b/audacious/credits.c Wed Jan 25 18:19:59 2006 -0800 @@ -1,4 +1,7 @@ -/* XMMS - Cross-platform multimedia player +/* Audacious - Cross-platform multimedia player + * Copyright (C) 2005-2006 Audacious Team + * + * XMMS - Cross-platform multimedia player * Copyright (C) 1998-2003 Peter Alm, Mikael Alm, Olle Hallnas, * Thomas Nilsson and 4Front Technologies * Copyright (C) 2000-2003 Haavard Kvaalen @@ -241,7 +244,7 @@ } void -show_about_window(void) +show_credits_window(void) { static GtkWidget *about_window = NULL;