diff options
Diffstat (limited to 'new_gpg.rc')
-rw-r--r-- | new_gpg.rc | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -255,9 +255,8 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x0 BEGIN
CONTROL "",IDC_USERLIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,17,272,112
CTEXT "Userlist:",IDC_STATIC,25,7,201,8
- PUSHBUTTON "Import PubKey",IDC_LOAD_KEY_BUTTON,7,135,54,14
- PUSHBUTTON "Export PubKey",IDC_SAVE_KEY_BUTTON,64,135,54,14
- PUSHBUTTON "Delete key",IDC_DELETE_KEY_BUTTON,121,135,50,14
+ PUSHBUTTON "Export PubKey",IDC_SAVE_KEY_BUTTON,8,135,54,14
+ PUSHBUTTON "Delete key",IDC_DELETE_KEY_BUTTON,65,135,50,14
PUSHBUTTON "Select own key",IDC_SELECT_KEY,222,193,57,14
CONTROL "Turn on debug log",IDC_DEBUG_LOG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,181,159,89,10
EDITTEXT IDC_LOG_FILE_EDIT,11,157,98,14,ES_AUTOHSCROLL
|