move selected items to actual cursor position, not to given one

this is much better as no position couting is needed.
This commit is contained in:
Andrzej Rybczak
2009-03-11 21:31:41 +01:00
parent fd7ac3b3f5
commit c0d227a0c8
2 changed files with 29 additions and 46 deletions

View File

@@ -197,7 +197,7 @@ void Help::GetKeybindings()
*w << DisplayKeys(Key.Crop) << "Clear playlist but hold currently playing/selected items\n";
*w << DisplayKeys(Key.MvSongUp) << "Move item(s) up\n";
*w << DisplayKeys(Key.MvSongDown) << "Move item(s) down\n";
*w << DisplayKeys(Key.MoveTo) << "Move item(s) to given position\n";
*w << DisplayKeys(Key.MoveTo) << "Move selected item(s) to cursor position\n";
*w << DisplayKeys(Key.Add) << "Add url/file/directory to playlist\n";
*w << DisplayKeys(Key.SavePlaylist) << "Save playlist\n";
*w << DisplayKeys(Key.SortPlaylist) << "Sort playlist\n";