summaryrefslogtreecommitdiff
path: root/new_gpg.rc
diff options
context:
space:
mode:
Diffstat (limited to 'new_gpg.rc')
-rw-r--r--new_gpg.rc6
1 files changed, 5 insertions, 1 deletions
diff --git a/new_gpg.rc b/new_gpg.rc
index 0d8f569..bd99e79 100644
--- a/new_gpg.rc
+++ b/new_gpg.rc
@@ -57,7 +57,7 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "خت",ID_OK,7,169,50,14
PUSHBUTTON "Load from file",ID_LOAD_FROM_FILE,273,169,58,14
- EDITTEXT IDC_PUBLIC_KEY_EDIT,7,7,324,134,ES_MULTILINE | WS_VSCROLL,WS_EX_STATICEDGE
+ EDITTEXT IDC_PUBLIC_KEY_EDIT,7,7,324,134,ES_MULTILINE | ES_AUTOVSCROLL | ES_AUTOHSCROLL | WS_VSCROLL,WS_EX_STATICEDGE
PUSHBUTTON "Select existing",IDC_SELECT_EXISTING,113,169,97,14
CONTROL "Turn on encryption",IDC_ENABLE_ENCRYPTION,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,143,196,10
PUSHBUTTON "Import key from keyserver",IDC_IMPORT,140,152,188,14,WS_DISABLED
@@ -373,6 +373,10 @@ BEGIN
IDD_OPT_GPG_BIN, DIALOG
BEGIN
END
+
+ IDD_OPT_GPG_MESSAGES, DIALOG
+ BEGIN
+ END
END
#endif // APSTUDIO_INVOKED