diff options
author | Kalle Wallin <kaw@linux.se> | 2005-02-13 22:04:03 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2005-02-13 22:04:03 +0000 |
commit | 86d464488b8fdaa9481401b056c5acee311fe1cb (patch) | |
tree | 9890b91d50af72c1710c71779436e80d8df3e40f /src/screen_help.c | |
parent | b1a02a4b2223ae2e522c229983f5f54e4723ddc9 (diff) | |
download | mpd-86d464488b8fdaa9481401b056c5acee311fe1cb.tar.gz mpd-86d464488b8fdaa9481401b056c5acee311fe1cb.tar.xz mpd-86d464488b8fdaa9481401b056c5acee311fe1cb.zip |
Enable playlist saving on the browse screen
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@2949 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/screen_help.c')
-rw-r--r-- | src/screen_help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screen_help.c b/src/screen_help.c index 66acc3d87..8c5e512ca 100644 --- a/src/screen_help.c +++ b/src/screen_help.c @@ -110,6 +110,7 @@ static help_text_row_t help_text[] = { 2, CMD_NONE, NULL }, { 0, CMD_PLAY, N_("Enter directory/Select and play song") }, { 0, CMD_SELECT, NULL }, + { 0, CMD_SAVE_PLAYLIST, NULL }, { 0, CMD_DELETE, N_("Delete playlist") }, { 0, CMD_SCREEN_UPDATE, NULL }, |