This commit is contained in:
Kovid Goyal 2020-06-06 08:56:49 +05:30
parent f8cfbbe383
commit f6944a9407
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -404,7 +404,7 @@ def question_dialog(parent, title, msg, det_msg='', show_copy_button=False,
# Change the text/icons of the yes and no buttons.
# The icons must be QIcon objects or strings for I()
yes_text=None, no_text=None, yes_icon=None, no_icon=None,
):
):
from calibre.gui2.dialogs.message_box import MessageBox
if not isinstance(skip_dialog_name, unicode_type):