diff options
Diffstat (limited to 'plugins/TabSRMM/src/chat/log.cpp')
-rw-r--r-- | plugins/TabSRMM/src/chat/log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat/log.cpp b/plugins/TabSRMM/src/chat/log.cpp index e191ecdbca..5ec32871ae 100644 --- a/plugins/TabSRMM/src/chat/log.cpp +++ b/plugins/TabSRMM/src/chat/log.cpp @@ -805,7 +805,7 @@ static char* Log_CreateRTF(LOGSTREAMDATA *streamData) str.AppendFormat("\\cf%u ", OPTIONS_FONTCOUNT + streamData->crCount + crNickIndex);
}
- if (db_get_b(0, CHAT_MODULE, "NewlineAfterNames"))
+ if (g_Settings.bNewLineAfterNames)
pszTemp.AppendChar('\n');
Log_AppendRTF(streamData, TRUE, str, pszTemp, lin->ptszNick);
|