diff options
author | George Hazan <ghazan@miranda.im> | 2020-03-16 18:49:00 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-03-16 18:49:00 +0300 |
commit | 2a8d021d23e93ddb7c7a466965e55a170dcabd60 (patch) | |
tree | 60765e22fb2c3e3c32609c766f7ce4f31c522099 /plugins/New_GPG/res | |
parent | 0fa627b2e173ee95fe5c422545d26db02e4e327a (diff) |
NewGPG:
- useless button control ids removed;
- GetFilePath() calls rewritten using ptrW;
- code cleaning
Diffstat (limited to 'plugins/New_GPG/res')
-rw-r--r-- | plugins/New_GPG/res/new_gpg.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/New_GPG/res/new_gpg.rc b/plugins/New_GPG/res/new_gpg.rc index 41f1b30c0f..30a25c0fc5 100644 --- a/plugins/New_GPG/res/new_gpg.rc +++ b/plugins/New_GPG/res/new_gpg.rc @@ -192,12 +192,12 @@ CAPTION "Choose which keys to export" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN GROUPBOX "Static",IDC_STATIC,7,7,267,63 - PUSHBUTTON "OK",IDC_OK,7,71,50,14 - PUSHBUTTON "Cancel",IDC_CANCEL,224,71,50,14 CONTROL "Export public keys (only set for contacts)",IDC_PUBLIC, "Button",BS_AUTORADIOBUTTON,15,23,248,10 CONTROL "Export all private keys",IDC_PRIVATE,"Button",BS_AUTORADIOBUTTON,15,36,246,10 CONTROL "Export public and private keys",IDC_ALL,"Button",BS_AUTORADIOBUTTON,15,50,248,10 + PUSHBUTTON "OK",IDOK,7,71,50,14 + PUSHBUTTON "Cancel",IDCANCEL,224,71,50,14 END IDD_CHANGE_PASSWD DIALOGEX 0, 0, 256, 74 @@ -210,7 +210,7 @@ BEGIN EDITTEXT IDC_NEW_PASSWD2,81,50,157,14,ES_PASSWORD | ES_AUTOHSCROLL LTEXT "Current password:",IDC_STATIC,7,17,61,8 LTEXT "New password twice:",IDC_STATIC,7,32,69,8 - PUSHBUTTON "OK",IDC_OK,7,55,50,14 + PUSHBUTTON "OK",IDOK,7,55,50,14 END IDD_OPT_GPG DIALOGEX 0, 0, 286, 220 |