mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix edit open with applications not working from files browser in editor
This commit is contained in:
parent
08049cbbbe
commit
8b473b8d9c
@ -206,7 +206,7 @@ class OpenWithHandler(object): # {{{
|
||||
else:
|
||||
m.addSeparator()
|
||||
m.addAction(_('Add other application for %s files...') % fmt.upper(), partial(self.choose_open_with, file_name, fmt))
|
||||
m.addAction(_('Edit Open With applications...'), partial(edit_programs, fmt, file_name))
|
||||
m.addAction(_('Edit Open With applications...'), partial(edit_programs, fmt, self))
|
||||
menu.addMenu(m)
|
||||
menu.ow = m
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user