From 63748b1b4c70188b990054fbfa3457fac34b40f5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 26 Nov 2014 11:50:20 +0000 Subject: perhaps last richedit in the source code... git-svn-id: http://svn.miranda-ng.org/main/trunk@11092 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_nicer/src/clcutils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Clist_nicer/src/clcutils.cpp b/plugins/Clist_nicer/src/clcutils.cpp index 632b9e0774..5b21bcaa72 100644 --- a/plugins/Clist_nicer/src/clcutils.cpp +++ b/plugins/Clist_nicer/src/clcutils.cpp @@ -519,7 +519,7 @@ void BeginRenameSelection(HWND hwnd, struct ClcData *dat) if (hfontInfo[i].fontHeight+2) h=dat->fontInfo[i].fontHeight+2; } - dat->hwndRenameEdit = CreateWindowEx(0, _T("RichEdit20W"),contact->szText,WS_CHILD|WS_BORDER|ES_MULTILINE|ES_AUTOHSCROLL,x,y,clRect.right-x,h,hwnd,NULL,g_hInst,NULL); + dat->hwndRenameEdit = CreateWindowEx(0, _T("RICHEDIT50W"), contact->szText, WS_CHILD | WS_BORDER | ES_MULTILINE | ES_AUTOHSCROLL, x, y, clRect.right - x, h, hwnd, NULL, g_hInst, NULL); { if ((contact->type == CLCIT_CONTACT && contact->pExtra->dwCFlags & ECF_RTLNICK) || (contact->type == CLCIT_GROUP && contact->isRtl)) { PARAFORMAT2 pf2; -- cgit v1.2.3