From 48540940b6c28bb4378abfeb500ec45a625b37b6 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 15 May 2012 10:38:20 +0000 Subject: initial commit git-svn-id: http://svn.miranda-ng.org/main/trunk@2 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/GTalkExt/resources.h | 67 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 protocols/GTalkExt/resources.h (limited to 'protocols/GTalkExt/resources.h') diff --git a/protocols/GTalkExt/resources.h b/protocols/GTalkExt/resources.h new file mode 100644 index 0000000000..d72e34dcef --- /dev/null +++ b/protocols/GTalkExt/resources.h @@ -0,0 +1,67 @@ +//*************************************************************************************** +// +// Google Extension plugin for the Miranda IM's Jabber protocol +// Copyright (c) 2011 bems@jabber.org, George Hazan (ghazan@jabber.ru) +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; either version 2 +// of the License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// +//*************************************************************************************** + +#pragma once + +#define SHORT_PLUGIN_NAME "GTalkExt" + +#define IDD_MAILSETTINGS 2001 + +#define IDC_BASE 1001 +#define IDC_POPUPSENABLED IDC_BASE + 0 +#define IDC_PSEUDOCONTACTENABLED IDC_BASE + 1 +#define IDC_CLEARPSEUDOCONTACTLOG IDC_BASE + 2 +#define IDC_POPUPSINFULLSCREEN IDC_BASE + 3 +#define IDC_SUPRESSFOREIGN IDC_BASE + 4 +#define IDC_MARKEVENTREAD IDC_BASE + 5 +#define IDC_AUTHONMAILBOX IDC_BASE + 6 +#define IDC_ADDSNIP IDC_BASE + 7 +#define IDC_UNKNOWNVIEW IDC_BASE + 8 +#define IDC_STANDARDVIEW IDC_BASE + 9 +#define IDC_HTMLVIEW IDC_BASE + 10 +#define IDC_POPUPSINFULLSCREENLABEL IDC_BASE + 32 +#define IDC_NOTE IDC_BASE + 33 +#define IDC_WARNBAR IDC_BASE + 34 +#define IDC_AUTHONMAILBOXLABEL IDC_BASE + 35 +#define IDC_MAILBOXVIEWLABEL IDC_BASE + 36 + +#define IDD_POPUPSETTINGS 2002 + +#define IDC_BACKCOLORLABEL 1001 +#define IDC_BACKCOLORPICKER 1002 +#define IDC_TEXTCOLORLABEL 1003 +#define IDC_TEXTCOLORPICKER 1004 +#define IDC_TIMEOUTLABEL 1005 +#define IDC_TIMEOUTEDIT 1006 +#define IDC_DEFCOLORSLABEL 1007 +#define IDC_DEFTIMEOUTLABEL 1008 +#define IDC_TESTBUTTON 1009 +#define IDC_GROUP 1010 + +#define IDI_POPUP 3001 +#define IDI_PSEUDOAVA 3002 + +#define PLUGIN_VERSION_STRING "0.0.0.20 BETA" +#define PLUGIN_FILE_VERSION 0, 0, 0, 20 +#define PLUGIN_VERSION_DWORD PLUGIN_MAKE_VERSION(0, 0, 0, 20) + +#define PLUGIN_DESCRIPTION "GTalk extensions for Jabber protocol" +#define COPYRIGHT_STRING "2010, 11 bems" -- cgit v1.2.3