]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/filedlg.cpp
added wxVALIDATOR_PARAM and use it to avoid warnings about unused validators when...
[wxWidgets.git] / src / msw / filedlg.cpp
index 52ea32407628d1a54aa58f6a01f78fbeae6f30dd..eb513c4001031f474c90f96922fcb95d22d38730 100644 (file)
@@ -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;
              }