mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-03 03:13:12 +02:00
...
This commit is contained in:
parent
8c53305a4c
commit
1e5657172f
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ def __init__(self, recipe_model, parent=None):
|
|||
b.setToolTip(_("Download all scheduled news sources at once"))
|
||||
b.clicked.connect(self.download_all_clicked)
|
||||
self.l.addWidget(b, 3, 0, 1, 1)
|
||||
self.bb = bb = QDialogButtonBox(QDialogButtonBox.Save | QDialogButtonBox.Cancel, self)
|
||||
self.bb = bb = QDialogButtonBox(QDialogButtonBox.Ok | QDialogButtonBox.Cancel, self)
|
||||
bb.accepted.connect(self.accept), bb.rejected.connect(self.reject)
|
||||
self.download_button = b = bb.addButton(_('&Download now'), bb.ActionRole)
|
||||
b.setIcon(QIcon(I('arrow-down.png'))), b.setVisible(False)
|
||||
|
|
|
|||
Loading…
Reference in a new issue