summaryrefslogtreecommitdiff
path: root/new_gpg.rc
diff options
context:
space:
mode:
Diffstat (limited to 'new_gpg.rc')
-rwxr-xr-xnew_gpg.rc13
1 files changed, 13 insertions, 0 deletions
diff --git a/new_gpg.rc b/new_gpg.rc
index 6ebf7ad..66dda83 100755
--- a/new_gpg.rc
+++ b/new_gpg.rc
@@ -360,6 +360,14 @@ BEGIN
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,3,76,233,10
END
+IDD_OPT_GPG_ADVANCED DIALOGEX 0, 0, 286, 214
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+FONT 8, "MS Shell Dlg", 400, 0, 0x0
+BEGIN
+ CONTROL "Turn on prescense subscription (Jabber)",IDC_PRESCENSE_SUBSCRIPTION,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,9,190,10
+END
+
/////////////////////////////////////////////////////////////////////////////
//
@@ -380,6 +388,11 @@ BEGIN
IDD_OPT_GPG_MESSAGES, DIALOG
BEGIN
END
+
+ IDD_OPT_GPG_ADVANCED, DIALOG
+ BEGIN
+ VERTGUIDE, 12
+ END
END
#endif // APSTUDIO_INVOKED