diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-11 18:52:51 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-11 18:52:51 +0000 |
commit | 08f1e8bed5a53953c5ddbf06b2eaa22d6f891e36 (patch) | |
tree | c8bd234458cabbfa9893bb68615e5ec2a6057ac9 /plugins/NewAwaySysMod/src/resource.h | |
parent | 5fef75ff28f634b08849aa1fe40b59ce982be1ff (diff) |
NewAwaySys: fix #662
git-svn-id: http://svn.miranda-ng.org/main/trunk@15327 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewAwaySysMod/src/resource.h')
-rw-r--r-- | plugins/NewAwaySysMod/src/resource.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/NewAwaySysMod/src/resource.h b/plugins/NewAwaySysMod/src/resource.h index 5d3d715b5b..17b0647bce 100644 --- a/plugins/NewAwaySysMod/src/resource.h +++ b/plugins/NewAwaySysMod/src/resource.h @@ -33,6 +33,10 @@ #define IDD_SETAWAYMSG 216
#define IDD_MOREOPTDIALOG 217
#define IDD_POPUPOPTDLG 218
+#define IDC_SI_INDEFINITE 301
+#define IDC_SI_SOE_ENABLED 302
+#define IDC_SI_SOE_DISABLED 303
+#define IDC_SI_IGNORE 304
#define IDC_STATUSBAR 999
#define IDC_SAWAYMSG_MSGNAME 1001
#define IDC_MESSAGEDLG_DEL 1002
|