mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
aa2af4e951
commit
b6e64d2736
@ -904,7 +904,6 @@ class Wizard(QWizard):
|
|||||||
|
|
||||||
def set_finish_text(self, *args):
|
def set_finish_text(self, *args):
|
||||||
bt = unicode(self.buttonText(self.FinishButton)).replace('&', '')
|
bt = unicode(self.buttonText(self.FinishButton)).replace('&', '')
|
||||||
print (1111111, bt)
|
|
||||||
t = unicode(self.finish_page.finish_text.text())
|
t = unicode(self.finish_page.finish_text.text())
|
||||||
if '%s' in t:
|
if '%s' in t:
|
||||||
self.finish_page.finish_text.setText(t%bt)
|
self.finish_page.finish_text.setText(t%bt)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user