Modify the icon for the copy to library action

This commit is contained in:
Kovid Goyal 2015-01-21 22:44:50 +05:30
parent 8a62bc3860
commit f8ff8e4be2
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

View File

@ -316,7 +316,7 @@ libraries_with_checked_columns = defaultdict(set)
class CopyToLibraryAction(InterfaceAction): class CopyToLibraryAction(InterfaceAction):
name = 'Copy To Library' name = 'Copy To Library'
action_spec = (_('Copy to library'), 'lt.png', action_spec = (_('Copy to library'), 'copy-to-library.png',
_('Copy selected books to the specified library'), None) _('Copy selected books to the specified library'), None)
popup_type = QToolButton.InstantPopup popup_type = QToolButton.InstantPopup
dont_add_to = frozenset(['context-menu-device']) dont_add_to = frozenset(['context-menu-device'])