summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-09-06 19:03:52 +0000
committerDart Raiden <wowemuh@gmail.com>2013-09-06 19:03:52 +0000
commit3193134013d976c58cc7d87b36e000c94474364d (patch)
treef676f1dd188f4430fb0df5f419138352501dc234 /plugins/UserInfoEx
parentae1afa7d58e0ab42e8e93689c30f7d9084c926e4 (diff)
replacing 'msec' to 'ms'
git-svn-id: http://svn.miranda-ng.org/main/trunk@5979 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx')
-rw-r--r--plugins/UserInfoEx/src/ex_import/svc_ExImXML.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/UserInfoEx/src/ex_import/svc_ExImXML.cpp b/plugins/UserInfoEx/src/ex_import/svc_ExImXML.cpp
index 346723807b..61d46dcef8 100644
--- a/plugins/UserInfoEx/src/ex_import/svc_ExImXML.cpp
+++ b/plugins/UserInfoEx/src/ex_import/svc_ExImXML.cpp
@@ -187,7 +187,7 @@ int CFileXml::Export(lpExImParam ExImContact, LPCSTR pszFileName)
} // *end for
#ifdef _DEBUG
QueryPerformanceCounter(&t2);
- MsgErr(NULL, LPGENT("Export took %f msec"),
+ MsgErr(NULL, LPGENT("Export took %f ms"),
(long double)(t2.QuadPart - t1.QuadPart) / freq.QuadPart * 1000.);
#endif
}// *end other export mode
@@ -415,7 +415,7 @@ int CFileXml::Import(HANDLE hContact, LPCSTR pszFileName)
#ifdef _DEBUG
QueryPerformanceCounter(&t2);
- MsgErr(NULL, LPGENT("Import took %f msec"),
+ MsgErr(NULL, LPGENT("Import took %f ms"),
(long double)(t2.QuadPart - t1.QuadPart) / freq.QuadPart * 1000.);
#endif
// show results