summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-08-31 16:34:20 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-08-31 16:34:33 +0300
commit4358adc21205551aeaa0eb852046d41fd8d66789 (patch)
tree98c5e1736883d0df561f0e23e8e811fceab64dd5 /plugins
parentbc854f0be58d9634508cb576cac1a55edbb263b7 (diff)
these code must have their previous values, otherwise tabSRMM will ask for them again
Diffstat (limited to 'plugins')
-rw-r--r--plugins/TabSRMM/src/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/utils.h b/plugins/TabSRMM/src/utils.h
index 04f4fc2e25..c191c49f13 100644
--- a/plugins/TabSRMM/src/utils.h
+++ b/plugins/TabSRMM/src/utils.h
@@ -127,7 +127,7 @@ struct CWarning
// warning IDs
enum
{
- WARN_EDITUSERNOTES = 0,
+ WARN_EDITUSERNOTES = 2,
WARN_ICONPACKMISSING,
WARN_AEROPEEK_SKIN,
WARN_SENDFILE,