Skip to content

Commit

Permalink
Replace no longer existing sublime API call
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Jan 7, 2024
1 parent 22ff9e0 commit 389b7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ def hook(av):
failure += av.file_name()

if setting("debug"):
if not sublime.question_box("%s\n\n\n" % failure):
if not sublime.ok_cancel_dialog("%s\n\n\n" % failure):
self.routine = None

return sublime.set_clipboard(failure)
Expand Down

0 comments on commit 389b7a5

Please sign in to comment.