From 85bc1059e1d3e415c467821eb5f18af8fc0a9468 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 21 Mar 2013 15:37:17 +0000 Subject: fixed crash in GTalkExt popups git-svn-id: http://svn.miranda-ng.org/main/trunk@4147 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/GTalkExt/src/notifications.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'protocols/GTalkExt/src/notifications.h') diff --git a/protocols/GTalkExt/src/notifications.h b/protocols/GTalkExt/src/notifications.h index 94d6e6353f..02780ae2b0 100644 --- a/protocols/GTalkExt/src/notifications.h +++ b/protocols/GTalkExt/src/notifications.h @@ -21,7 +21,9 @@ #pragma once -static const int SENDER_COUNT = 10; +const LPTSTR TEMP_WINDOW_CLASS_NAME = _T("AntiShittyFullscreenDetectionWindowClass"); + +const int SENDER_COUNT = 10; struct SENDER { LPCTSTR name; -- cgit v1.2.3