diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-12-01 12:06:40 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-12-01 12:06:40 +0000 |
commit | 2e9b647207cdc21a980c40a056c1e42586875777 (patch) | |
tree | 9150769339b606170f259b5cecccbe536f02cddb /Boltun/resource.h | |
parent | f061bdf3bb3a08cd29fc8b6d9b025d27fe56a2c9 (diff) |
Boltun: compilation fix
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@233 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'Boltun/resource.h')
-rw-r--r-- | Boltun/resource.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Boltun/resource.h b/Boltun/resource.h index e38aa83..b4fa069 100644 --- a/Boltun/resource.h +++ b/Boltun/resource.h @@ -7,6 +7,9 @@ #define IDI_MAINBOLTUN 102
#define IDD_ENGINE 103
#define IDR_SMILES 105
+#define IDI_TICK 106
+#define IDI_NOTICK 107
+#define IDI_RECVMSG 108
#define IDC_EVERYBODY 1000
#define IDC_NOTINLIST 1001
#define IDC_AUTOAWAY 1002
|