diff options
-rw-r--r-- | plugins/TabSRMM/src/chat/options.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/chat/options.cpp b/plugins/TabSRMM/src/chat/options.cpp index e1122a9483..01d0d7d1d6 100644 --- a/plugins/TabSRMM/src/chat/options.cpp +++ b/plugins/TabSRMM/src/chat/options.cpp @@ -208,8 +208,7 @@ static branch_t branch2[] = { {LPGENT("Colorize user names in message log"), "ColorizeNicksInLog", 0, 1, NULL},
{LPGENT("Scale down icons to 10x10 pixels in the chat log"), "ScaleIcons", 0, 1, NULL},
{LPGENT("Place a separator in the log after a window lost its foreground status"), "UseDividers", 0, 1, NULL},
- {LPGENT("Only place a separator when an incoming event is announced with a popup"), "DividersUsePopupConfig", 0, 1, NULL},
- {LPGENT("Support the math module plugin"), "MathModSupport", 0, 0, NULL}
+ {LPGENT("Only place a separator when an incoming event is announced with a popup"), "DividersUsePopupConfig", 0, 1, NULL}
};
static HWND hPathTip = 0;
|