From e1403b88f6bee7e66d81243ab28344ab9ef733e9 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Thu, 13 Nov 2014 09:09:55 +0000 Subject: copyright year update git-svn-id: http://svn.miranda-ng.org/main/trunk@10978 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_nicer/res/resource.rc | 2 +- plugins/SendScreenshotPlus/src/Main.cpp | 2 +- plugins/TabSRMM/res/resource.rc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins') diff --git a/plugins/Clist_nicer/res/resource.rc b/plugins/Clist_nicer/res/resource.rc index ffc751c37e..643ff7ae5b 100644 --- a/plugins/Clist_nicer/res/resource.rc +++ b/plugins/Clist_nicer/res/resource.rc @@ -47,7 +47,7 @@ BEGIN LTEXT "",IDC_WHITERECT,0,0,228,116 DEFPUSHBUTTON "OK",IDOK,168,123,55,14 LTEXT "Clist Nicer+",IDC_CLNICER,5,7,150,15 - CTEXT "Copyright © 2004-2010 by the Miranda IM project, 2012-2013 by the Miranda NG project. More detailed copyright information can be found in the included README file.",IDC_COPYRIGHT,5,39,217,47 + CTEXT "Copyright © 2004-2010 by the Miranda IM project, 2012-2014 by the Miranda NG project. More detailed copyright information can be found in the included README file.",IDC_COPYRIGHT,5,39,217,47 ICON 0,IDC_LOGO,201,2,20,20 LTEXT "Version",IDC_VERSION,5,19,150,15 CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,0,117,228,1 diff --git a/plugins/SendScreenshotPlus/src/Main.cpp b/plugins/SendScreenshotPlus/src/Main.cpp index fc69925c58..ed7505a971 100644 --- a/plugins/SendScreenshotPlus/src/Main.cpp +++ b/plugins/SendScreenshotPlus/src/Main.cpp @@ -95,7 +95,7 @@ extern "C" __declspec(dllexport) int Load(void) INT_PTR result = CallService(MS_IMG_GETINTERFACE, FI_IF_VERSION, (LPARAM)&FIP); if(FIP == NULL || result != S_OK) { - MessageBoxEx(NULL, TranslateT("Fatal error, image services not found. Send Screenshot will be disabled."), TranslateT("Error"), MB_OK | MB_ICONERROR | MB_APPLMODAL, 0); + MessageBoxEx(NULL, TranslateT("Fatal error, image services not found. SendScreenshot will be disabled."), TranslateT("Error"), MB_OK | MB_ICONERROR | MB_APPLMODAL, 0); return 1; } diff --git a/plugins/TabSRMM/res/resource.rc b/plugins/TabSRMM/res/resource.rc index 1113fd4f17..b5354fda07 100644 --- a/plugins/TabSRMM/res/resource.rc +++ b/plugins/TabSRMM/res/resource.rc @@ -524,7 +524,7 @@ BEGIN LTEXT "",IDC_STATIC,0,30,228,110,NOT WS_GROUP CONTROL "",IDC_HEADERBAR,"MHeaderbarCtrl",WS_TABSTOP,0,0,228,30 DEFPUSHBUTTON "OK",IDOK,168,123,55,14 - CTEXT "Copyright 2004-2011 by the Miranda IM project, 2012-2013 by the Miranda NG project. More detailed copyright information can be found in the included README file.",IDC_COPYRIGHT,5,39,217,47 + CTEXT "Copyright 2004-2011 by the Miranda IM project, 2012-2014 by the Miranda NG project. More detailed copyright information can be found in the included README file.",IDC_COPYRIGHT,5,39,217,47 CONTROL "Support and latest version information",IDC_SUPPORT, "Hyperlink",WS_TABSTOP | 0x1,18,91,192,12 END -- cgit v1.2.3