diff options
Diffstat (limited to 'plugins/CryptoPP')
-rw-r--r-- | plugins/CryptoPP/src/GPGw/gpg.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CryptoPP/src/GPGw/gpg.rc b/plugins/CryptoPP/src/GPGw/gpg.rc index 313dad2701..95791b28b9 100644 --- a/plugins/CryptoPP/src/GPGw/gpg.rc +++ b/plugins/CryptoPP/src/GPGw/gpg.rc @@ -34,7 +34,7 @@ BEGIN LTEXT "Enter passphrase for the secret key of user:", IDC_STATIC,6,4,168,8
LTEXT "User ID",IDC_USERID,6,14,168,8
EDITTEXT IDC_PASSPHRASE,6,24,168,12,ES_PASSWORD | ES_AUTOHSCROLL
- DEFPUSHBUTTON "Ok",IDOK,181,7,50,14
+ DEFPUSHBUTTON "OK",IDOK,181,7,50,14
PUSHBUTTON "Cancel",IDCANCEL,181,24,50,14
END
@@ -46,7 +46,7 @@ BEGIN CONTROL "",IDC_KEYLIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,7,258,174
PUSHBUTTON "Refresh",IDC_REFRESH,7,187,50,14
- DEFPUSHBUTTON "Ok",IDOK,154,187,50,14
+ DEFPUSHBUTTON "OK",IDOK,154,187,50,14
PUSHBUTTON "Cancel",IDCANCEL,215,187,50,14
END
|