diff options
author | Kalle Wallin <kaw@linux.se> | 2004-03-27 16:36:01 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-03-27 16:36:01 +0000 |
commit | fe441717ab5bbebbf3bb3d518079636c14ef9357 (patch) | |
tree | b7d4cacaa851f79250acb19f964385946b818813 /screen_help.c | |
parent | d67b8aa8d9173e3331ba686220004ef05b9efa74 (diff) | |
download | mpd-fe441717ab5bbebbf3bb3d518079636c14ef9357.tar.gz mpd-fe441717ab5bbebbf3bb3d518079636c14ef9357.tar.xz mpd-fe441717ab5bbebbf3bb3d518079636c14ef9357.zip |
Added delete playlist feature.
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@512 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'screen_help.c')
-rw-r--r-- | screen_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/screen_help.c b/screen_help.c index 34a007c0a..de5bfe3e2 100644 --- a/screen_help.c +++ b/screen_help.c @@ -59,7 +59,7 @@ static help_text_row_t help_text[] = { 0, CMD_NONE, " ------------------------" }, { 0, CMD_PLAY, "Enter directory/Load playlist" }, { 0, CMD_SELECT, "Add/remove song from playlist" }, - { 0, CMD_DELETE_PLAYLIST, "Delete playlist" }, + { 0, CMD_DELETE, "Delete playlist" }, { 0, CMD_NONE, " " }, { 0, CMD_NONE, " " }, { 1, CMD_NONE, " " PACKAGE " version " VERSION }, |