From a7a8d57bcaaaf4e5982d2e51cd3086d34f45f780 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 8 Jun 2015 01:14:57 +0200 Subject: Windows: rename PIN to PIM to avoid confusion. Better error messages. --- src/Common/Common.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Common/Common.rc') diff --git a/src/Common/Common.rc b/src/Common/Common.rc index f18c0745..7df10586 100644 --- a/src/Common/Common.rc +++ b/src/Common/Common.rc @@ -90,9 +90,9 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,39,257,11 COMBOBOX IDC_PKCS5_PRF_ID,112,125,91,90,CBS_DROPDOWNLIST | WS_TABSTOP RTEXT "PKCS-5 PRF:",IDT_PKCS5_PRF,15,126,91,17 - EDITTEXT IDC_PIN,112,145,42,14,ES_RIGHT | ES_AUTOHSCROLL | ES_NUMBER - RTEXT "Volume PIN:",IDT_PIN,15,148,91,17 - LTEXT "(Empty or 0 for default iterations)",IDC_PIN_HELP,158,148,112,8 + EDITTEXT IDC_PIM,112,145,42,14,ES_RIGHT | ES_AUTOHSCROLL | ES_NUMBER + RTEXT "Volume PIM:",IDT_PIM,15,148,91,17 + LTEXT "(Empty or 0 for default iterations)",IDC_PIM_HELP,158,148,112,8 END IDD_KEYFILES DIALOGEX 0, 0, 345, 237 -- cgit v1.2.3