From 84f1eac98d46db881cc5c1cb09939bdae67224a9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 17 Apr 2023 20:19:16 +0300 Subject: useless string removed --- src/mir_app/src/srmm_log_rtf.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mir_app/src/srmm_log_rtf.cpp b/src/mir_app/src/srmm_log_rtf.cpp index 512f4d3344..80cbe4662d 100644 --- a/src/mir_app/src/srmm_log_rtf.cpp +++ b/src/mir_app/src/srmm_log_rtf.cpp @@ -138,8 +138,7 @@ wchar_t* CRtfLogWindow::GetSelection() void CRtfLogWindow::InsertFileLink(CMStringA &buf, MEVENT hEvent, const DB::FILE_BLOB &blob) { - AppendUnicodeString(buf, TranslateT("Offline file")); - buf.Append(" {\\field{\\*\\fldinst HYPERLINK \""); + buf.Append("{\\field{\\*\\fldinst HYPERLINK \""); buf.AppendFormat("ofile:%ul", hEvent); buf.Append("\"}{\\fldrslt{\\ul "); AppendUnicodeString(buf, blob.getName()); -- cgit v1.2.3