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 /protocols/IRCG | |
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 'protocols/IRCG')
-rw-r--r-- | protocols/IRCG/src/input.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IRCG/src/input.cpp b/protocols/IRCG/src/input.cpp index bfad4eedbc..f9fc281ba5 100644 --- a/protocols/IRCG/src/input.cpp +++ b/protocols/IRCG/src/input.cpp @@ -178,7 +178,7 @@ CMString CIrcProto::DoIdentifiers( CMString text, const TCHAR* ) CallService(MS_SYSTEM_GETVERSIONTEXT, SIZEOF(mirver), LPARAM(mirver));
ReplaceString(text, _T("%mirver"), _A2T(mirver));
- ReplaceString(text, _T("%version"), _T(__VERSION_STRING));
+ ReplaceString(text, _T("%version"), _T(__VERSION_STRING_DOTS));
str[0] = 3; str[1] = '\0';
ReplaceString(text, _T("%color"), str);
|