diff options
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();
|