From 813851def848b52b92f59c379706ada6bebceba9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 31 Dec 2014 22:00:02 +0000 Subject: Year 2015 version update git-svn-id: http://svn.miranda-ng.org/main/trunk@11704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SendScreenshotPlus/src/dlg_msgbox.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins/SendScreenshotPlus/src/dlg_msgbox.h') diff --git a/plugins/SendScreenshotPlus/src/dlg_msgbox.h b/plugins/SendScreenshotPlus/src/dlg_msgbox.h index 3fd6a9c66c..10188295ee 100644 --- a/plugins/SendScreenshotPlus/src/dlg_msgbox.h +++ b/plugins/SendScreenshotPlus/src/dlg_msgbox.h @@ -2,8 +2,8 @@ Miranda NG: the free IM client for Microsoft* Windows* Copyright: -© 2012-14 Miranda NG project (http://miranda-ng.org) -© 2006-2010 DeathAxe, Yasnovidyashii, Merlin, K. Romanov, Kreol +© 2012-15 Miranda NG project (http://miranda-ng.org) +© 2006-10 DeathAxe, Yasnovidyashii, Merlin, K. Romanov, Kreol This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -51,7 +51,7 @@ Funktion returns: IDOK, IDYES, IDALL, IDNO or IDCANCEL #define MB_RETRYCANCEL 0x00000005L */ #define MB_YESALLNO 0x00000007L -#define MB_TYPE(p) ((p)&MB_TYPEMASK) +#define MB_TYPE(p) ((p)&MB_TYPEMASK) /* valid predefined icon values @@ -71,7 +71,7 @@ flags #define MB_NOPOPUP 0x00000200L #define MB_CUSTOMCOLOR 0x00000300L -typedef struct _MSGBOX +typedef struct _MSGBOX { UINT cbSize; // size of this structure UINT uType; // parameters @@ -81,7 +81,7 @@ typedef struct _MSGBOX LPTSTR ptszInfoText; LPTSTR ptszMsg; HWND hParent; // parent window for the messagebox - COLORREF colorBack; // valid if MB_CUSTOMCOLOR is set + COLORREF colorBack; // valid if MB_CUSTOMCOLOR is set COLORREF colorText; // valid if MB_CUSTOMCOLOR is set } MSGBOX, *LPMSGBOX; -- cgit v1.2.3