diff options
author | Goraf <goraf@miranda-ng.org> | 2015-01-10 19:10:12 +0000 |
---|---|---|
committer | Goraf <goraf@miranda-ng.org> | 2015-01-10 19:10:12 +0000 |
commit | f15908fb8deebe1965c3819b158f742d3cbc4d39 (patch) | |
tree | b622cb5ae19bc80d8a37dab7b82fd3d9f5ecd848 | |
parent | ad639956c7eb0f729c709431e688b43710597a5d (diff) |
Variables:
change in DEFINE for lpgen tool
git-svn-id: http://svn.miranda-ng.org/main/trunk@11824 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/Variables/src/variables.h | 6 |
1 files changed, 3 insertions, 3 deletions
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
|