mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-21 20:56:12 +01:00
Fix #622
This commit is contained in:
parent
0ce2844d4b
commit
74ba2b90a4
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ def select_cover(self, checked):
|
||||||
|
|
||||||
def add_format(self, x):
|
def add_format(self, x):
|
||||||
files = choose_files(self, 'add formats dialog',
|
files = choose_files(self, 'add formats dialog',
|
||||||
"Choose formats for " + str(self.title.text()),
|
"Choose formats for " + qstring_to_unicode((self.title.text())),
|
||||||
[('Books', BOOK_EXTENSIONS)])
|
[('Books', BOOK_EXTENSIONS)])
|
||||||
if not files:
|
if not files:
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue