diff options
Diffstat (limited to '')
-rw-r--r-- | src/screen_help.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/screen_help.c b/src/screen_help.c index 0299d6ca4..8584bb7c9 100644 --- a/src/screen_help.c +++ b/src/screen_help.c @@ -1,5 +1,7 @@ /* - * (c) 2004 by Kalle Wallin (kaw@linux.se) + * $Id$ + * + * (c) 2004 by Kalle Wallin <kaw@linux.se> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -204,9 +206,9 @@ help_exit(void) static char * -help_title(void) +help_title(char *str, size_t size) { - return _("Music Player Client - Help"); + return _("Help"); } static void |