diff options
author | Andreas Obergrusberger <tradiaz@yahoo.de> | 2006-08-07 09:20:11 +0000 |
---|---|---|
committer | Andreas Obergrusberger <tradiaz@yahoo.de> | 2006-08-07 09:20:11 +0000 |
commit | 87c94100402472fe1178a1d3cfb47d3cae57befd (patch) | |
tree | ef0c7dcdf6f1d2a6cd8a381e76ceab0000afa69f /src/command.c | |
parent | 62bc8509633aa4f843bd10e0b5c8ccf1b63c2072 (diff) | |
download | mpd-87c94100402472fe1178a1d3cfb47d3cae57befd.tar.gz mpd-87c94100402472fe1178a1d3cfb47d3cae57befd.tar.xz mpd-87c94100402472fe1178a1d3cfb47d3cae57befd.zip |
lots of cool stuff!
git-svn-id: https://svn.musicpd.org/ncmpc/branches/tradiaz@4577 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | src/command.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c index 9802fc387..2f0ece1d9 100644 --- a/src/command.c +++ b/src/command.c @@ -191,8 +191,10 @@ static command_definition_t cmds[] = #ifdef ENABLE_LYRICS_SCREEN { {'7', F7, 0 }, 0, CMD_SCREEN_LYRICS, "screen-lyrics", N_("Lyrics screen") }, - { {ESC, 0, 0 }, 0, CMD_INTERRUPT, "screen-lyrics", + { {ESC, 0, 0 }, 0, CMD_INTERRUPT, "lyrics-interrupt", N_("Interrupt action") }, + { {'u', 0, 0 }, 0, CMD_LYRICS_UPDATE, "lyrics-update", + N_("Update Lyrics") }, #endif |