// Purpose: Implements the window containing all controls.
// Author: Utensil Candel (UtensilCandel@@gmail.com)
// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// For compilers that support precompilation, includes "wx/wx.h".
// check if there are other screenshots taken before
if (wxFileName::DirExists(dir))
{
- 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);
+
switch(choice)
{
case wxYES: