VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Forms/NewSecurityTokenKeyfileDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main/Forms/NewSecurityTokenKeyfileDialog.cpp')
-rw-r--r--src/Main/Forms/NewSecurityTokenKeyfileDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/Forms/NewSecurityTokenKeyfileDialog.cpp b/src/Main/Forms/NewSecurityTokenKeyfileDialog.cpp
index 60161557..e52d2f60 100644
--- a/src/Main/Forms/NewSecurityTokenKeyfileDialog.cpp
+++ b/src/Main/Forms/NewSecurityTokenKeyfileDialog.cpp
@@ -43,7 +43,7 @@ namespace VeraCrypt
void NewSecurityTokenKeyfileDialog::OnKeyfileNameChanged (wxCommandEvent& event)
{
- StdButtonsOK->Enable (!KeyfileNameTextCtrl->GetValue().empty());
+ OKButton->Enable(!KeyfileNameTextCtrl->GetValue().empty());
event.Skip();
}
}