mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-24 15:52:32 -04:00
...
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user