diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-25 09:32:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-25 09:32:03 +0000 |
commit | b1224491a9de0ad3c35104507ee167f89d8fa76f (patch) | |
tree | 72f7eb24cb894236257f205559fd7a96e73935bb /plugins/YAMN/src | |
parent | d6ed23e489d106cd4b06a03c820706467e853f49 (diff) |
ะก++ sources: __VERSION_STRING -> __VERSION_STRING_DOTS
git-svn-id: http://svn.miranda-ng.org/main/trunk@7881 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YAMN/src')
-rw-r--r-- | plugins/YAMN/src/proto/pop3/pop3comm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/YAMN/src/proto/pop3/pop3comm.cpp b/plugins/YAMN/src/proto/pop3/pop3comm.cpp index f20534aa75..16bbafd65a 100644 --- a/plugins/YAMN/src/proto/pop3/pop3comm.cpp +++ b/plugins/YAMN/src/proto/pop3/pop3comm.cpp @@ -123,7 +123,7 @@ HYAMNPROTOPLUGIN POP3Plugin = NULL; YAMN_PROTOREGISTRATION POP3ProtocolRegistration =
{
"POP3 protocol (internal)",
- __VERSION_STRING,
+ __VERSION_STRING_DOTS,
__COPYRIGHT,
__DESCRIPTION,
__AUTHOREMAIL,
|