diff options
Diffstat (limited to 'plugins/TabSRMM/src/msgdlgother.cpp')
-rw-r--r-- | plugins/TabSRMM/src/msgdlgother.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/msgdlgother.cpp b/plugins/TabSRMM/src/msgdlgother.cpp index 06501884f7..fb80588a80 100644 --- a/plugins/TabSRMM/src/msgdlgother.cpp +++ b/plugins/TabSRMM/src/msgdlgother.cpp @@ -2284,7 +2284,6 @@ LBL_SkipEnd: szReplace = pszName;
if (mir_wstrlen(g_Settings.pwszAutoText))
szReplace.Append(g_Settings.pwszAutoText);
- szReplace.AppendChar(' ');
m_wszSearchResult = szReplace.Detach();
pszName = m_wszSearchResult;
}
|