From 24f3b5230cc1ea7e6fb084294f04df10ede17e2f Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 13 Sep 2015 23:49:08 +0200 Subject: Linux/MacOSX: Mask/unmask PIM value in GUI the same way as the password --- src/Main/Forms/VolumePimWizardPage.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Main/Forms/VolumePimWizardPage.h') diff --git a/src/Main/Forms/VolumePimWizardPage.h b/src/Main/Forms/VolumePimWizardPage.h index ae097004..af757359 100644 --- a/src/Main/Forms/VolumePimWizardPage.h +++ b/src/Main/Forms/VolumePimWizardPage.h @@ -32,8 +32,10 @@ namespace VeraCrypt bool IsValid (); void SetMaxStaticTextWidth (int width) { InfoStaticText->Wrap (width); } void SetPageText (const wxString &text) { InfoStaticText->SetLabel (text); } + void OnDisplayPimCheckBoxClick( wxCommandEvent& event ); protected: + void SetPimValidator (); void OnPimChanged (wxCommandEvent& event); void OnPimChanged (int pim); }; -- cgit v1.2.3