actions: guarantee that action will not be executed without checks

This commit is contained in:
Andrzej Rybczak
2012-09-05 21:45:19 +02:00
parent 837a7c14cf
commit 39c5087d18
5 changed files with 239 additions and 38 deletions

View File

@@ -254,7 +254,6 @@ void Help::GetKeybindings()
KeyDesc(aUpdateDatabase, "Start music database update");
*w << '\n';
KeyDesc(aApplyFilter, "Apply filter");
KeyDesc(aDisableFilter, "Disable filter");
KeyDesc(aFindItemForward, "Find item forward");
KeyDesc(aFindItemBackward, "Find item backward");
KeyDesc(aPreviousFoundItem, "Go to previous found item");