From 4d30ea7bc3eadfa252766c559feb7a00d006dcc7 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Fri, 1 Dec 2017 03:26:11 +0300 Subject: remove Tlen completely --- plugins/Variables/src/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Variables/src') 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 -- cgit v1.2.3