diff --git a/resources/images/store.png b/resources/images/store.png new file mode 100644 index 0000000000..947fb794b8 Binary files /dev/null and b/resources/images/store.png differ diff --git a/src/calibre/gui2/actions/store.py b/src/calibre/gui2/actions/store.py index 0a14bce30b..e552a51cb2 100644 --- a/src/calibre/gui2/actions/store.py +++ b/src/calibre/gui2/actions/store.py @@ -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)