help: add description of 'set volume' action

This commit is contained in:
Andrzej Rybczak
2013-12-25 23:41:47 +01:00
parent 70945596ef
commit 5ae6dce252

View File

@@ -239,6 +239,7 @@ void Help::GetKeybindings()
KeyDesc(Actions::Type::Shuffle, "Shuffle playlist");
KeyDesc(Actions::Type::ToggleCrossfade, "Toggle crossfade mode");
KeyDesc(Actions::Type::SetCrossfade, "Set crossfade");
KeyDesc(Actions::Type::SetVolume, "Set volume");
KeyDesc(Actions::Type::UpdateDatabase, "Start music database update");
w << '\n';
KeyDesc(Actions::Type::ExecuteCommand, "Execute command");