diff options
author | George Hazan <ghazan@miranda.im> | 2022-07-29 15:46:45 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-07-29 15:46:45 +0300 |
commit | 8afcca9538a45e834bb0d69658ab6cfd8a437bf3 (patch) | |
tree | b02b10cd45058fd6f030694c62f1782aad0b128e /plugins/TabSRMM/src/chat_main.cpp | |
parent | b0ca575398780db4dc14f94100c4484b5d9c1bfa (diff) |
tabSRMM: we don't need those options anymore
Diffstat (limited to 'plugins/TabSRMM/src/chat_main.cpp')
-rw-r--r-- | plugins/TabSRMM/src/chat_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat_main.cpp b/plugins/TabSRMM/src/chat_main.cpp index 371443c74a..f433d42ef9 100644 --- a/plugins/TabSRMM/src/chat_main.cpp +++ b/plugins/TabSRMM/src/chat_main.cpp @@ -106,7 +106,7 @@ static void OnLoadSettings() g_Settings.bNewLineAfterNames = M.GetBool(CHAT_MODULE, "NewlineAfterNames", false);
replaceStrW(g_Settings.pszLogDir, M.getChatLogPath());
- replaceStrW(g_Settings.pwszAutoText, db_get_wsa(0, CHAT_MODULE, "TextAutocomplete"));
+ replaceStrW(g_Settings.pwszAutoText, db_get_wsa(0, CHAT_MODULE, "TextAutocomplete", L":"));
g_Settings.LogIconSize = (g_Settings.bScaleIcons) ? 12 : 16;
|