diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-28 10:47:54 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-28 10:47:54 +0000 |
commit | 1cd07657a749b8a3e5f7cccc42ac4afc07cefa3b (patch) | |
tree | 2c7a6244035207bdfdddc59236817b6bcef31f81 /popup/resource.h | |
parent | 8fbba48ab65bcc02ade47a2784f1983d7721058c (diff) |
added action copy to clipboard
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@58 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'popup/resource.h')
-rw-r--r-- | popup/resource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/popup/resource.h b/popup/resource.h index dc04aee..f6ce149 100644 --- a/popup/resource.h +++ b/popup/resource.h @@ -35,6 +35,7 @@ #define IDI_ACT_CLOSE 208
#define IDI_ACT_PINNED 209
#define IDI_ACT_PIN 210
+#define IDI_ACT_COPY 211
#define IDI_OPT_GROUP 213
#define IDI_OPT_FULLSCREEN 215
#define IDI_OPT_BLOCK 216
|