From f15908fb8deebe1965c3819b158f742d3cbc4d39 Mon Sep 17 00:00:00 2001 From: Goraf Date: Sat, 10 Jan 2015 19:10:12 +0000 Subject: Variables: change in DEFINE for lpgen tool git-svn-id: http://svn.miranda-ng.org/main/trunk@11824 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Variables/src/variables.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/Variables') diff --git a/plugins/Variables/src/variables.h b/plugins/Variables/src/variables.h index 6014c0ba55..3764f15b6e 100644 --- a/plugins/Variables/src/variables.h +++ b/plugins/Variables/src/variables.h @@ -81,7 +81,7 @@ #define FUNC_CHAR '?' #define FUNC_ONCE_CHAR '!' #define DONTPARSE_CHAR '`' -#define TRYPARSE_CHAR_OPEN '[' +#define TRYPARSE_CHAR_OPEN '[' #define TRYPARSE_CHAR_CLOSE ']' #define COMMENT_STRING "#" @@ -108,8 +108,8 @@ Whenever a functions requires a contact as an argument, you can specify it in tw ?contact(x,y)\r\n\ A contact will be searched which will have value x for its property y, y can be one of the following:\r\n\ first, last, nick, email, ID or display\r\n\r\n\ -For example: ?contact(miranda@hotmail.com,email) or ?contact(Miranda,nick). The contact function will return either a unique contact according to the arguments or nothing if none or multiple contacts exists with the given property.\ -") +For example: ?contact(miranda@hotmail.com,email) or ?contact(Miranda,nick). \ +The contact function will return either a unique contact according to the arguments or nothing if none or multiple contacts exists with the given property.") // options #define IDT_PARSE 1 -- cgit v1.2.3