- int choice = wxMessageBox(_("It seems that you have already generated some screenshots.\n\nClick YES to delete them all (recommended) or NO to preserve them.\nClick CANCEL to cancel this auto-capture operation."),
- _("Delete existing screenshots?"),
- wxYES_NO|wxCANCEL|wxICON_QUESTION, this);
+ int choice = wxMessageBox(
+ _("It seems that you have already generated some screenshots.\n\nClick YES to delete them all (recommended) or NO to preserve them.\nClick CANCEL to cancel this auto-capture operation."),
+ _("Delete existing screenshots?"),
+ wxYES_NO | wxCANCEL | wxICON_QUESTION, this);
+