diff options
Diffstat (limited to 'plugins/TabSRMM/src/msgs.h')
-rw-r--r-- | plugins/TabSRMM/src/msgs.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/TabSRMM/src/msgs.h b/plugins/TabSRMM/src/msgs.h index 15e2dc0b65..519d1b0e10 100644 --- a/plugins/TabSRMM/src/msgs.h +++ b/plugins/TabSRMM/src/msgs.h @@ -105,7 +105,6 @@ struct TitleBtn { #define NR_LOGICONS 7
#define NR_BUTTONBARICONS 37//MaD: 29
-#define NR_SIDEBARICONS 2
class CContactCache;
class CMenuBar;
@@ -1037,9 +1036,8 @@ struct SIDEBARITEM // encryption status bar indicator
#define MSG_ICON_MODULE " TabSrmm"
-#define MSG_ICON_SESSION 0
-#define MSG_ICON_UTN 1
-#define MSG_ICON_SOUND 2
+#define MSG_ICON_UTN 0
+#define MSG_ICON_SOUND 1
int SI_InitStatusIcons();
|