This commit is contained in:
Kovid Goyal 2026-02-01 21:19:35 +05:30
parent 202b53f890
commit ffa20c1735
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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)