diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-11 16:31:24 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-11 16:31:24 +0300 |
commit | 5a0201b182d3198540e66700b80b16b528115dde (patch) | |
tree | ea17f5bd98be10eda67b1c2f24d5698da2171f52 | |
parent | 2187df7e55c76c8560d0d2819b65d1718d65bb78 (diff) |
modified: new_gpg.rc
-rw-r--r-- | new_gpg.rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ CAPTION "new GPG Plugin First Run" FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "خت",ID_OK,15,175,50,14
- CONTROL "",IDC_KEY_LIST,"SysListView32",LVS_REPORT | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,14,22,189,50
+ CONTROL "",IDC_KEY_LIST,"SysListView32",LVS_REPORT | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,15,23,255,50
PUSHBUTTON "Generate key",IDC_GENERATE_KEY,15,76,54,14
LTEXT "Select key for use",IDC_STATIC,16,12,186,8
END
|