diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-13 03:08:19 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-13 03:08:19 +0300 |
commit | 47be0fda4fb11916325c2ff3b55e24501ab43ea1 (patch) | |
tree | 4a7aa25102096bf63239dbc7f8a15fb7e10435ca /new_gpg.rc | |
parent | 72f3ccc35b220489bf52abd2abe1d901c87acb2c (diff) |
modified: main.cpp
modified: new_gpg.icproj
modified: new_gpg.rc
modified: new_gpg.vcproj
Diffstat (limited to 'new_gpg.rc')
-rw-r--r-- | new_gpg.rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPT CAPTION "new GPG Plugin First Run"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
- DEFPUSHBUTTON "خت",ID_OK,15,175,50,14
+ DEFPUSHBUTTON "خت",ID_OK,15,175,50,14,WS_DISABLED
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
|