add a few informational messages

This commit is contained in:
Andrzej Rybczak
2012-08-14 19:17:49 +02:00
parent 2096181eb1
commit b7999b499f
4 changed files with 11 additions and 10 deletions

View File

@@ -227,8 +227,7 @@ void Help::GetKeybindings()
KeyDesc(aToggleRandom, "Toggle random mode");
KeyDesc(aToggleSingle, "Toggle single mode");
KeyDesc(aToggleConsume, "Toggle consume mode");
if (Mpd.Version() >= 16)
KeyDesc(aToggleReplayGainMode, "Toggle replay gain mode");
KeyDesc(aToggleReplayGainMode, "Toggle replay gain mode");
KeyDesc(aToggleBitrateVisibility, "Toggle bitrate visibility");
KeyDesc(aShuffle, "Shuffle playlist");
KeyDesc(aToggleCrossfade, "Toggle crossfade mode");
@@ -291,8 +290,7 @@ void Help::GetKeybindings()
# endif // HAVE_TAGLIB_H
KeyDesc(aEditDirectoryName, "Edit directory name");
KeyDesc(aEditPlaylistName, "Edit playlist name");
if (Mpd.GetHostname()[0] == '/') // are we connected to unix socket?
KeyDesc(aShowBrowser, "Browse MPD database/local filesystem");
KeyDesc(aShowBrowser, "Browse MPD database/local filesystem");
KeyDesc(aToggleBrowserSortMode, "Toggle sort mode");
KeyDesc(aJumpToPlayingSong, "Locate playing song");
KeyDesc(aJumpToParentDir, "Go to parent directory");