mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 14:53:06 +02:00
...
This commit is contained in:
parent
d264c14550
commit
e47bca25ce
1 changed files with 1 additions and 0 deletions
|
|
@ -319,6 +319,7 @@ def show_plugin(self, plugin):
|
|||
self.bb.button(self.bb.RestoreDefaults).setToolTip(
|
||||
self.showing_widget.restore_defaults_desc if self.showing_widget.supports_restoring_to_defaults else
|
||||
(_('Restoring to defaults not supported for') + ' ' + plugin.gui_name))
|
||||
self.bb.button(self.bb.RestoreDefaults).setText(_('Restore defaults'))
|
||||
self.showing_widget.changed_signal.connect(self.changed_signal)
|
||||
|
||||
def changed_signal(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue