diff options
author | George Hazan <george.hazan@gmail.com> | 2012-10-01 11:27:31 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-10-01 11:27:31 +0000 |
commit | 4d52c4f9c25fd47d1ab49a5f9606395c78e7d962 (patch) | |
tree | c75649bb5ca023c9d59d0493ed94eb9ab4191105 /plugins/Msg_Export/src | |
parent | aa3a5cfcadf962743fa4ffc41a33da03651aea84 (diff) |
unnecessary space in exported contact
git-svn-id: http://svn.miranda-ng.org/main/trunk@1741 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Msg_Export/src')
-rwxr-xr-x | plugins/Msg_Export/src/utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Msg_Export/src/utils.cpp b/plugins/Msg_Export/src/utils.cpp index 68bf7cd7a5..cc53a06555 100755 --- a/plugins/Msg_Export/src/utils.cpp +++ b/plugins/Msg_Export/src/utils.cpp @@ -1108,7 +1108,7 @@ void ExportDBEventInfo(HANDLE hContact, DBEVENTINFO &dbei ) LPGENT("Age : %Age%\r\n")
LPGENT("Gender : %Gender%\r\n")
LPGENT("e-mail : %e-mail%\r\n")
- LPGENT("Nick : %Nick% \r\n")
+ LPGENT("Nick : %Nick%\r\n")
LPGENT("City : %City%\r\n")
LPGENT("State : %State%\r\n")
LPGENT("Phone : %Phone%\r\n")
|