Add 'Copy Songs To Device' action to playlists page.

This commit is contained in:
craig.p.drummond
2013-06-26 16:19:29 +00:00
committed by craig.p.drummond
parent f0b3b1c564
commit fc392f8858
7 changed files with 82 additions and 9 deletions

View File

@@ -71,7 +71,7 @@ StdActions::StdActions()
replaygainAction = ActionCollection::get()->createAction("replaygain", i18n("ReplayGain"), "audio-x-generic");
#endif
#ifdef ENABLE_DEVICES_SUPPORT
copyToDeviceAction = ActionCollection::get()->createAction("copytodevice", i18n("Copy To Device"), "multimedia-player");
copyToDeviceAction = ActionCollection::get()->createAction("copytodevice", i18n("Copy Songs To Device"), "multimedia-player");
copyToDeviceAction->setMenu(DevicesModel::self()->menu());
deleteSongsAction = ActionCollection::get()->createAction("deletesongs", i18n("Delete Songs"), "edit-delete");
#endif