diff options
Diffstat (limited to 'otr/resource.h')
-rw-r--r-- | otr/resource.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/otr/resource.h b/otr/resource.h new file mode 100644 index 0000000..45e58dc --- /dev/null +++ b/otr/resource.h @@ -0,0 +1,20 @@ +
+#define IDD_OPT1 101
+#define IDC_RAD_OPP 1002
+#define IDC_RAD_ALWAYS 1003
+#define IDC_RAD_NEVER 1004
+#define IDC_CLIST 1005
+#define IDC_RAD_MANUAL 1006
+#define IDC_LIST_PROTOS 1007
+#define IDC_ED_FINGERPRINT 1008
+#define IDC_BUT_NEWKEY 1009
+#define IDC_CHK_PREFIX 1010
+#define IDC_CHK_MSGINLINE 1011
+#define IDC_ED_PREFIX 1012
+
+#define IDD_GENKEYNOTIFY 102
+
+#define IDI_START 2000
+#define IDI_STOP 2001
+
+#define IDC_STATIC -1
|