Change mutex name for GUI singleinstance

This commit is contained in:
Kovid Goyal 2017-05-03 18:21:28 +05:30
parent 2c368cf64b
commit 224eb6bbd0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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')+', ',