This commit is contained in:
Kovid Goyal 2014-07-10 14:52:11 +05:30
parent 2ac2083f60
commit 24ece4a0c2

View File

@ -890,7 +890,7 @@ class SpellCheck(Dialog):
b = self.bb.addButton(_('&Refresh'), self.bb.ActionRole)
b.setToolTip('<p>' + _('Re-scan the book for words, useful if you have edited the book since opening this dialog'))
b.setIcon(QIcon(I('view-refresh.png')))
b.clicked.connect(self.refresh)
b.clicked.connect(partial(self.refresh, change_request=None))
self.progress = p = QWidget(self)
s.addWidget(p)