From 3489612b70c5354875b1bd38d4dc7647182ef27e Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sat, 16 Jan 2016 10:40:37 +0000 Subject: Tabsrmm: - Added settings for r16070 to GUI - warning fixed git-svn-id: http://svn.miranda-ng.org/main/trunk@16099 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/chat/options.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'plugins/TabSRMM/src/chat/options.cpp') diff --git a/plugins/TabSRMM/src/chat/options.cpp b/plugins/TabSRMM/src/chat/options.cpp index 37be685850..2da965d14e 100644 --- a/plugins/TabSRMM/src/chat/options.cpp +++ b/plugins/TabSRMM/src/chat/options.cpp @@ -151,9 +151,9 @@ static branch_t branch1[] = { { LPGENT("Show contact's status modes if supported by the protocol"), "ShowContactStatus", 0, 1, NULL }, { LPGENT("Display contact's status icon before user role icon"), "ContactStatusFirst", 0, 0, NULL }, { LPGENT("Use IRC style status indicators in the nick list"), "ClassicIndicators", 0, 0, NULL }, - { LPGENT("Use alternative sorting method in member list"), "AlternativeSorting", 0, 1, NULL }, - + { LPGENT("Use alternative sorting method in member list"), "AlternativeSorting", 0, 1, NULL } }; + static branch_t branch2[] = { { LPGENT("Prefix all events with a timestamp"), "ShowTimeStamp", 0, 1, NULL }, { LPGENT("Timestamp only when event time differs"), "ShowTimeStampIfChanged", 0, 0, NULL }, @@ -161,11 +161,13 @@ static branch_t branch2[] = { { LPGENT("Indent the second line of a message"), "LogIndentEnabled", 0, 1, NULL }, { LPGENT("Limit user names in the message log to 20 characters"), "LogLimitNames", 0, 1, NULL }, { LPGENT("Add a colon (:) to auto-completed user names"), "AddColonToAutoComplete", 0, 1, NULL }, + { LPGENT("Add a comma instead of a colon to auto-completed user names"), "UseCommaAsColon", 0, 0, NULL }, { LPGENT("Start private conversation on double click in nick list (insert nick if unchecked)"), "DoubleClick4Privat", 0, 0, NULL }, { LPGENT("Strip colors from messages in the log"), "StripFormatting", 0, 0, NULL }, { LPGENT("Enable the 'event filter' for new rooms"), "FilterEnabled", 0, 0, NULL }, { LPGENT("Use IRC style status indicators in the log"), "LogClassicIndicators", 0, 0, NULL }, { LPGENT("Allow clickable user names in the message log"), "ClickableNicks", 0, 1, NULL }, + { LPGENT("Add new line after names"), "NewlineAfterNames", 0, 0, NULL }, { 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 }, -- cgit v1.2.3