diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-11-29 08:57:50 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-11-29 08:57:52 +0300 |
commit | e28c4adb361a87e143eb8cb2af449e3bcb3375b1 (patch) | |
tree | b8f9a1365a563b0f70e654c4afd1d69a333677f2 /src/miranda32 | |
parent | 1afe3167fe144306888f526cbc583566c14e426f (diff) |
replace russian с to latin c
Diffstat (limited to 'src/miranda32')
-rw-r--r-- | src/miranda32/src/miranda.cpp | 2 | ||||
-rw-r--r-- | src/miranda32/src/stdafx.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/miranda32/src/miranda.cpp b/src/miranda32/src/miranda.cpp index d60ff92758..5d4c3a56d6 100644 --- a/src/miranda32/src/miranda.cpp +++ b/src/miranda32/src/miranda.cpp @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright (с) 2012-17 Miranda NG project (https://miranda-ng.org),
+Copyright (c) 2012-17 Miranda NG project (https://miranda-ng.org),
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
diff --git a/src/miranda32/src/stdafx.h b/src/miranda32/src/stdafx.h index 7ea0a79589..e76145e062 100644 --- a/src/miranda32/src/stdafx.h +++ b/src/miranda32/src/stdafx.h @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright (с) 2012-17 Miranda NG project (https://miranda-ng.org),
+Copyright (c) 2012-17 Miranda NG project (https://miranda-ng.org),
Copyright (c) 2000-12 Miranda IM project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
|