aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_help.c
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-06-09 17:27:05 +0000
committerKalle Wallin <kaw@linux.se>2004-06-09 17:27:05 +0000
commita14b635343ebdcb711885d840687d181ebd2bfbb (patch)
tree84173de0856bb79bb768ea192e47e654af9a4435 /src/screen_help.c
parentf205159073955a99df5afcd52af6eca4d057d8e0 (diff)
downloadmpd-a14b635343ebdcb711885d840687d181ebd2bfbb.tar.gz
mpd-a14b635343ebdcb711885d840687d181ebd2bfbb.tar.xz
mpd-a14b635343ebdcb711885d840687d181ebd2bfbb.zip
Updated the get_title callback.
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1421 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/screen_help.c8
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