summaryrefslogtreecommitdiff
path: root/plugins/NewXstatusNotify/xstatus.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-05-17 17:55:09 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-05-17 17:55:09 +0000
commit63f7ce43702041ddd8fff7fad46ebc2cc707e3f4 (patch)
treecc0038cff23f565913cb30e19bea21fc35852695 /plugins/NewXstatusNotify/xstatus.h
parentb9ebd4a1028a3392d8467bbc06919bb2c3d18d08 (diff)
add NewXstatusNotify mod
git-svn-id: http://svn.miranda-ng.org/main/trunk@22 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewXstatusNotify/xstatus.h')
-rw-r--r--plugins/NewXstatusNotify/xstatus.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/NewXstatusNotify/xstatus.h b/plugins/NewXstatusNotify/xstatus.h
index a26b5fbc60..d5a76acb52 100644
--- a/plugins/NewXstatusNotify/xstatus.h
+++ b/plugins/NewXstatusNotify/xstatus.h
@@ -90,11 +90,11 @@ typedef struct tagDBEVENT
HANDLE hDBEvent;
} DBEVENT;
-typedef struct tagPROTOTAMPLATE
+typedef struct tagPROTOTEMPLATE
{
TCHAR *ProtoName;
- TCHAR ProtoTamplate[MAX_PATH];
-} PROTOTAMPLATE;
+ TCHAR ProtoTemplate[MAX_PATH];
+} PROTOTEMPLATE;
TCHAR *GetDefaultXstatusName(int statusID, char *szProto, TCHAR *buff, int bufflen);
XSTATUSCHANGE *NewXSC(HANDLE hContact, char *szProto, int xstatusType, int action, TCHAR *stzTitle, TCHAR *stzText);