diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-29 17:35:25 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-29 17:35:25 +0300 |
commit | 314930f98aac1dd2c482ff3b79d4810142dc25f9 (patch) | |
tree | 8d996edfd338ef0d992a573202967e7dc5f4ffb4 /plugins/NewStory/src/history.cpp | |
parent | af9a1aaa8fc8582bd0d2635d3750894ade49b73a (diff) |
NewStory: unused constants removed + code cleaning
Diffstat (limited to 'plugins/NewStory/src/history.cpp')
-rw-r--r-- | plugins/NewStory/src/history.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history.cpp b/plugins/NewStory/src/history.cpp index 391e70fa02..c01e150e54 100644 --- a/plugins/NewStory/src/history.cpp +++ b/plugins/NewStory/src/history.cpp @@ -551,7 +551,7 @@ public: SubContactsList.AppendFormat(L"\r\n%s", subid); FirstTime = false; } - MessageText.AppendFormat(TranslateT("It is MetaContact. For export use one of this subcontacts:\r\n%s"), SubContactsList); + MessageText.AppendFormat(TranslateT("It is MetaContact. For export use one of this subcontacts:\r\n%s"), SubContactsList.c_str()); MessageBox(m_hwnd, MessageText, TranslateT("Export warning"), MB_OK | MB_ICONWARNING); return; } |