make function 'clear' in playlist editor clear selected playlist

This commit is contained in:
Andrzej Rybczak
2009-03-17 18:24:35 +01:00
parent b382784f6a
commit d1d1011eeb
5 changed files with 24 additions and 3 deletions

View File

@@ -238,6 +238,7 @@ void Help::GetKeybindings()
# endif // ! HAVE_TAGLIB_H
*w << DisplayKeys(Key.MvSongUp) << "Move item(s) up\n";
*w << DisplayKeys(Key.MvSongDown) << "Move item(s) down\n";
*w << DisplayKeys(Key.Clear) << "Clear current playlist\n";
*w << "\n\n " << fmtBold << "Keys - Lyrics\n -----------------------------------------\n" << fmtBoldEnd;
*w << DisplayKeys(Key.Space) << "Switch for following lyrics of now playing song\n";