Store icon.

This commit is contained in:
John Schember 2011-03-05 16:43:08 -05:00
parent 27996ca0d4
commit b29bd81cd8
2 changed files with 1 additions and 1 deletions

BIN
resources/images/store.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -13,7 +13,7 @@ from calibre.gui2.actions import InterfaceAction
class StoreAction(InterfaceAction):
name = 'Store'
action_spec = (_('Store'), None, None, None)
action_spec = (_('Store'), 'store.png', None, None)
def genesis(self):
self.qaction.triggered.connect(self.search)