diff options
Diffstat (limited to 'plugins/NewXstatusNotify/xstatus.h')
-rw-r--r-- | plugins/NewXstatusNotify/xstatus.h | 6 |
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);
|