mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
f8cfbbe383
commit
f6944a9407
@ -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.
|
# Change the text/icons of the yes and no buttons.
|
||||||
# The icons must be QIcon objects or strings for I()
|
# The icons must be QIcon objects or strings for I()
|
||||||
yes_text=None, no_text=None, yes_icon=None, no_icon=None,
|
yes_text=None, no_text=None, yes_icon=None, no_icon=None,
|
||||||
):
|
):
|
||||||
from calibre.gui2.dialogs.message_box import MessageBox
|
from calibre.gui2.dialogs.message_box import MessageBox
|
||||||
|
|
||||||
if not isinstance(skip_dialog_name, unicode_type):
|
if not isinstance(skip_dialog_name, unicode_type):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user