Documentation screenshot generator source code cleanup.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72869 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -99,9 +99,11 @@ void ScreenshotFrame::OnCaptureAllControls(wxCommandEvent& WXUNUSED(event))
|
||||
// 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:
|
||||
|
Reference in New Issue
Block a user