diff options
author | dartraiden <wowemuh@gmail.com> | 2017-12-01 03:26:11 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-12-01 03:26:11 +0300 |
commit | 4d30ea7bc3eadfa252766c559feb7a00d006dcc7 (patch) | |
tree | edab0c4f10cf0c97eaae77d525e8693e19c39f94 /plugins/Variables | |
parent | 7902551c661c307bcfb1844c85c2c74d5012de9b (diff) |
remove Tlen completely
Diffstat (limited to 'plugins/Variables')
-rw-r--r-- | plugins/Variables/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Variables/src/stdafx.h b/plugins/Variables/src/stdafx.h index 87b596ae77..9f62ae75ec 100644 --- a/plugins/Variables/src/stdafx.h +++ b/plugins/Variables/src/stdafx.h @@ -118,7 +118,7 @@ The contact function will return either a unique contact according to the argume // Messages you can send to the help window:
#define VARM_PARSE (WM_APP+11) // wParam=lParam=0
#define VARM_SETINPUTTEXT (WM_APP+12)
-#define VARM_GETINPUTTEXT (WM_APP+13)
+#define VARM_GETINPUTTEXT (WM_APP+13)
#define VARM_GETINPUTTEXTLENGTH (WM_APP+14)
#define VARM_SETSUBJECT (WM_APP+15)
#define VARM_GETSUBJECT (WM_APP+16) // wParam=MCONTACT hContact
|