summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7534ac1)
raw | patch | inline | side by side (parent: 7534ac1)
author | Kalle Wallin <kaw@linux.se> | |
Sat, 19 Jun 2004 19:52:45 +0000 (19:52 +0000) | ||
committer | Kalle Wallin <kaw@linux.se> | |
Sat, 19 Jun 2004 19:52:45 +0000 (19:52 +0000) |
ChangeLog | patch | blob | history | |
src/screen_help.c | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 6bacbc91d24ba9ced2e0ec50992385b5c8f02413..968b1ff068f80b3a9974846d46a06f60d31859f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
* command.[c|h]: check_key_bindings() can now write an error messages
to a buffer instead of stderr
* main.c: display errors without exiting when key bindings are broken
+ * screen_help.c: added the add command to the help screen
2004-06-17 Kalle Wallin <kaw@linux.se>
* Added a add command, used to add urls or files to the playlist, with
diff --git a/src/screen_help.c b/src/screen_help.c
index 2f042499f158b5700c3d3882d1281cba64b8fb2f..4d76ffe7fa3b6414d90061cb135827a4a6c9684b 100644 (file)
--- a/src/screen_help.c
+++ b/src/screen_help.c
{ 0, CMD_CLEAR, NULL },
{ 0, CMD_LIST_MOVE_UP, N_("Move song up") },
{ 0, CMD_LIST_MOVE_DOWN, N_("Move song down") },
+ { 0, CMD_ADD, NULL },
{ 0, CMD_SAVE_PLAYLIST, NULL },
{ 0, CMD_SCREEN_UPDATE, N_("Center") },
{ 0, CMD_TOGGLE_AUTOCENTER, NULL },