From 0335163ed62061dbd09d8a81285e4d3b5ac1ddf7 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Fri, 18 Sep 2015 17:34:05 +0000 Subject: =?UTF-8?q?replace=20"(c)"=20and=20"c"=20by=20=C2=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit update years in __COPYRIGHT git-svn-id: http://svn.miranda-ng.org/main/trunk@15384 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stdmsg/src/msgs.cpp | 2 +- src/core/stdmsg/src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/stdmsg') 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" -- cgit v1.2.3