diff options
Diffstat (limited to 'plugins/TabSRMM/src/msgs.h')
-rw-r--r-- | plugins/TabSRMM/src/msgs.h | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/plugins/TabSRMM/src/msgs.h b/plugins/TabSRMM/src/msgs.h index 28ce4e8503..3ad867b1ae 100644 --- a/plugins/TabSRMM/src/msgs.h +++ b/plugins/TabSRMM/src/msgs.h @@ -40,23 +40,23 @@ #define CONTAINER_NAMELEN 25
#define TITLE_FORMATLEN 30
-#define MWF_LOG_BBCODE 1
-#define MWF_LOG_LOCALTIME 64
-#define MWF_LOG_NORMALTEMPLATES 512
-#define MWF_LOG_SHOWTIME 1024
-#define MWF_LOG_SHOWSECONDS 2048
-#define MWF_LOG_SHOWDATES 4096
-#define MWF_LOG_NEWLINE 8192
-#define MWF_LOG_INDENT 16384
-#define MWF_LOG_RTL 32768
-#define MWF_LOG_UNDERLINE 65536
-#define MWF_LOG_SWAPNICK 131072
-#define MWF_LOG_SHOWICONS 262144
-#define MWF_LOG_SYMBOLS 0x200000
-#define MWF_LOG_TEXTFORMAT 0x2000000
-#define MWF_LOG_GRID 0x4000000
-#define MWF_LOG_INOUTICONS 0x10000000
-#define MWF_LOG_GROUPMODE 0x80000000
+#define MWF_LOG_BBCODE 0x01
+#define MWF_LOG_LOCALTIME 0x40
+#define MWF_LOG_NORMALTEMPLATES 0x200
+#define MWF_LOG_SHOWTIME 0x400
+#define MWF_LOG_SHOWSECONDS 0x800
+#define MWF_LOG_SHOWDATES 0x1000
+#define MWF_LOG_NEWLINE 0x2000
+#define MWF_LOG_INDENT 0x4000
+#define MWF_LOG_RTL 0x8000
+#define MWF_LOG_UNDERLINE 0x10000
+#define MWF_LOG_SWAPNICK 0x20000
+#define MWF_LOG_SHOWICONS 0x40000
+#define MWF_LOG_SYMBOLS 0x200000
+#define MWF_LOG_TEXTFORMAT 0x2000000
+#define MWF_LOG_GRID 0x4000000
+#define MWF_LOG_INOUTICONS 0x10000000
+#define MWF_LOG_GROUPMODE 0x80000000
#define SMODE_DEFAULT 0
#define SMODE_MULTIPLE 1
|