mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-28 07:34:41 +01:00
Change mutex name for GUI singleinstance
This commit is contained in:
parent
2c368cf64b
commit
224eb6bbd0
1 changed files with 1 additions and 1 deletions
|
|
@ -417,7 +417,7 @@ def run_gui(opts, args, listener, app, gui_debug=None):
|
|||
return ret
|
||||
|
||||
|
||||
singleinstance_name = 'calibre_GUI'
|
||||
singleinstance_name = 'GUI'
|
||||
|
||||
|
||||
def cant_start(msg=_('If you are sure it is not running')+', ',
|
||||
|
|
|
|||
Loading…
Reference in a new issue