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/src/config.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/src/config.h')
-rw-r--r-- | popup/src/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/popup/src/config.h b/popup/src/config.h index 64ff3f2..6b293ba 100644 --- a/popup/src/config.h +++ b/popup/src/config.h @@ -137,6 +137,7 @@ extern GLOBAL_WND_CLASSES g_wndClass; #define ACT_DEF_DISMISS 0x00100000
#define ACT_DEF_PIN 0x00200000
#define ACT_DEF_REPLY 0x00400000
+#define ACT_DEF_COPY 0x00800000
void LoadOptions();
|