Correction for Unicode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1204,8 +1204,7 @@ void wxGenericFileDialog::HandleAction( const wxString &fn )
|
|||||||
wxFileExists( filename ) )
|
wxFileExists( filename ) )
|
||||||
{
|
{
|
||||||
wxString msg;
|
wxString msg;
|
||||||
msg.Printf( _("File '%s' already exists, do you really want to "
|
msg.Printf( _("File '%s' already exists, do you really want to overwrite it?"), filename.c_str() );
|
||||||
"overwrite it?"), filename.c_str() );
|
|
||||||
|
|
||||||
if (wxMessageBox(msg, _("Confirm"), wxYES_NO) != wxYES)
|
if (wxMessageBox(msg, _("Confirm"), wxYES_NO) != wxYES)
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user