diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-09-18 17:34:05 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-09-18 17:34:05 +0000 |
commit | 0335163ed62061dbd09d8a81285e4d3b5ac1ddf7 (patch) | |
tree | 16dcd401d76c69c96430cd44cb6bc17832f05be5 /src/core/stdmsg | |
parent | 66f309ee1e14779999c6a68d85e11c6ac219fbcc (diff) |
replace "(c)" and "c" by ©
update years in __COPYRIGHT
git-svn-id: http://svn.miranda-ng.org/main/trunk@15384 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdmsg')
-rw-r--r-- | src/core/stdmsg/src/msgs.cpp | 2 | ||||
-rw-r--r-- | src/core/stdmsg/src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/stdmsg/src/msgs.cpp b/src/core/stdmsg/src/msgs.cpp index 19221d2971..a8f2651cf2 100644 --- a/src/core/stdmsg/src/msgs.cpp +++ b/src/core/stdmsg/src/msgs.cpp @@ -379,7 +379,7 @@ static INT_PTR GetWindowData(WPARAM wParam, LPARAM lParam) return 0;
}
-static TCHAR tszError[] = LPGENT("Miranda could not load the built-in message module, Msftedit.dll is missing. Press 'Yes' to continue loading Miranda.");
+static TCHAR tszError[] = LPGENT("Miranda could not load the built-in message module, msftedit.dll is missing. Press 'Yes' to continue loading Miranda.");
int LoadSendRecvMessageModule(void)
{
diff --git a/src/core/stdmsg/src/version.h b/src/core/stdmsg/src/version.h index a406313417..5a39ef4f5c 100644 --- a/src/core/stdmsg/src/version.h +++ b/src/core/stdmsg/src/version.h @@ -10,4 +10,4 @@ #define __AUTHOR "Miranda NG Development Team"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "http://miranda-ng.org/p/StdMsg/"
-#define __COPYRIGHT "© 2012 Miranda NG Development Team"
+#define __COPYRIGHT "© 2012-15 Miranda NG Development Team"
|