From a14b635343ebdcb711885d840687d181ebd2bfbb Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Wed, 9 Jun 2004 17:27:05 +0000 Subject: Updated the get_title callback. git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1421 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/screen_help.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/screen_help.c') 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 * * 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 -- cgit v1.2.3