X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c39e82f097ecdc5fc9ad24f67e1c71458d4d1ae3..d0e278d98e9ecc0f78943a662fca855811f3bea7:/src/msw/filedlg.cpp diff --git a/src/msw/filedlg.cpp b/src/msw/filedlg.cpp index ba52c18fcc..eb513c4001 100644 --- a/src/msw/filedlg.cpp +++ b/src/msw/filedlg.cpp @@ -17,7 +17,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "filedlg.h" #endif @@ -370,7 +370,7 @@ int wxFileDialog::ShowModal() { wxString messageText; messageText.Printf(_("File '%s' already exists.\nDo you want to replace it?"), fileNameBuffer); - if ( wxMessageBox(messageText, wxT("Save File As"), wxYES_NO | wxICON_EXCLAMATION ) != wxYES ) + if ( wxMessageBox(messageText, _("Save File As"), wxYES_NO | wxICON_EXCLAMATION ) != wxYES ) { success = FALSE; }