update NEWS & version bump

This commit is contained in:
unK
2008-09-20 22:00:22 +02:00
parent aa80c13c2e
commit d992af15b0
3 changed files with 22 additions and 2 deletions

View File

@@ -189,6 +189,9 @@ string GetKeybindings()
result += DisplayKeys(Key.MvSongUp) + "Move item/group of items up\n";
result += DisplayKeys(Key.MvSongDown) + "Move item/group of items down\n";
result += "\n\n [.b]Keys - Lyrics\n -----------------------------------------[/b]\n";
result += DisplayKeys(Key.Space) + "Switch for following lyrics of now playing song\n";
# ifdef HAVE_TAGLIB_H
result += "\n\n [.b]Keys - Tag editor\n -----------------------------------------[/b]\n";
result += DisplayKeys(Key.Enter) + "Change tag/filename for one song (left column)\n";
@@ -197,7 +200,6 @@ string GetKeybindings()
result += DisplayKeys(Key.Space) + "Select/deselect song (right column)\n";
result += DisplayKeys(&Key.VolumeDown[0], 1) + "Previous column\n";
result += DisplayKeys(&Key.VolumeUp[0], 1) + "Next column\n";
# endif // HAVE_TAGLIB_H
return result;