summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-06-17 15:59:56 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-06-17 15:59:56 +0000
commit856f2509d71577452c1b8d5387ef39de66103805 (patch)
tree1adc1a6624bf69516d84176840bca0f784272164
parent184cfd6515bea3ffe4c61c71dfd3a65c87eb880b (diff)
oops, revert this file
git-svn-id: http://svn.miranda-ng.org/main/trunk@460 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/TabSRMM/include/nen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TabSRMM/include/nen.h b/plugins/TabSRMM/include/nen.h
index a84d8a84de..d3a8fa8bdd 100644
--- a/plugins/TabSRMM/include/nen.h
+++ b/plugins/TabSRMM/include/nen.h
@@ -55,8 +55,8 @@ int tabSRMM_ShowPopup(WPARAM wParam, LPARAM lParam, WORD eventType, int windowOp
#define DEFAULT_COLTEXT RGB(0,0,0)
#define DEFAULT_MASKNOTIFY (MASK_MESSAGE|MASK_URL|MASK_FILE|MASK_OTHER)
#define DEFAULT_MASKACTL (MASK_OPEN|MASK_DISMISS)
-#define DEFAULT_MASKACTR (MASK_DISMISS|MASK_REMOVE)
-#define DEFAULT_DELAY 0
+#define DEFAULT_MASKACTR (MASK_DISMISS)
+#define DEFAULT_DELAY -1
#define MASK_MESSAGE 0x0001
#define MASK_URL 0x0002