diff options
Diffstat (limited to 'src/Main/Forms')
-rwxr-xr-x | src/Main/Forms/VolumeCreationWizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/Forms/VolumeCreationWizard.cpp b/src/Main/Forms/VolumeCreationWizard.cpp index a250625b..201a4379 100755 --- a/src/Main/Forms/VolumeCreationWizard.cpp +++ b/src/Main/Forms/VolumeCreationWizard.cpp @@ -930,7 +930,7 @@ namespace VeraCrypt wxString confirmMsg = LangString["OVERWRITEPROMPT"]; confirmMsg.Replace (L"%hs", L"%s"); - if (!Gui->AskYesNo (wxString::Format (confirmMsg, wstring (SelectedVolumePath).c_str(), false, true))) + if (!Gui->AskYesNo (wxString::Format (confirmMsg, wstring (SelectedVolumePath).c_str()), false, true)) return GetCurrentStep(); } } |