mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Fix #622
This commit is contained in:
parent
0ce2844d4b
commit
74ba2b90a4
@ -67,7 +67,7 @@ class MetadataSingleDialog(QDialog, Ui_MetadataSingleDialog):
|
||||
|
||||
def add_format(self, x):
|
||||
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)])
|
||||
if not files:
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user