summaryrefslogtreecommitdiff
path: root/protocols/GTalkExt/src/resources.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-10-12 14:53:57 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-10-12 14:53:57 +0000
commit3b55a62fdcb1f8222de3c2c8fbed530792c419a0 (patch)
tree5b2f628e847f61bb3e16f95ecaed6e187963362f /protocols/GTalkExt/src/resources.h
parent1f9c986d82657f965462d289bf94aa012cf026fc (diff)
GTalkExt, ICQ, IRC, Jabber: folders restructurization
git-svn-id: http://svn.miranda-ng.org/main/trunk@1890 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/GTalkExt/src/resources.h')
-rw-r--r--protocols/GTalkExt/src/resources.h67
1 files changed, 67 insertions, 0 deletions
diff --git a/protocols/GTalkExt/src/resources.h b/protocols/GTalkExt/src/resources.h
new file mode 100644
index 0000000000..d72e34dcef
--- /dev/null
+++ b/protocols/GTalkExt/src/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"