-
-
- //=== Simulating the wxOVERWRITE_PROMPT >>============================
-
- if ( (m_dialogStyle & wxOVERWRITE_PROMPT) &&
- ::wxFileExists( fileNameBuffer ) )
- {
- wxString messageText;
- messageText.Printf(_("Replace file '%s'?"), fileNameBuffer);
-
- if ( wxMessageBox(messageText, m_message, wxYES_NO ) != wxYES )
- {
- success = FALSE;
- }
- }
-