mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-02-04 10:03:30 -05:00
...
This commit is contained in:
parent
202b53f890
commit
ffa20c1735
@ -55,7 +55,7 @@ class ImportOPML(QDialog):
|
||||
self.l = l = QFormLayout(self)
|
||||
self.setLayout(l)
|
||||
self.setWindowTitle(_('Import OPML file'))
|
||||
self.setWindowIcon(QIcon.ic('opml.png'))
|
||||
self.setWindowIcon(QIcon.ic('mimetypes/opml.png'))
|
||||
|
||||
self.h = h = QHBoxLayout()
|
||||
self.path = p = QLineEdit(self)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user