This commit is contained in:
Kovid Goyal 2017-05-08 17:13:56 +05:30
parent 8bb80c764b
commit 656859a58e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -69,6 +69,7 @@ class DefaultAuthorLink(QWidget): # {{{
c.addItem(text, data)
l.addRow(_('Clicking on &author names should:'), c)
self.custom_url = u = QLineEdit(self)
u.setPlaceholderText(_('Enter the URL'))
c.currentIndexChanged.connect(self.current_changed)
l.addRow(u)
self.current_changed()