diff options
author | George Hazan <george.hazan@gmail.com> | 2014-11-26 11:50:20 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-11-26 11:50:20 +0000 |
commit | 63748b1b4c70188b990054fbfa3457fac34b40f5 (patch) | |
tree | dce121ff5b6d9531f89720a4357278895ff246a8 /plugins/Clist_nicer | |
parent | c22cddf5e558e7324e1c1af06beb557f71deb2a2 (diff) |
perhaps last richedit in the source code...
git-svn-id: http://svn.miranda-ng.org/main/trunk@11092 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_nicer')
-rw-r--r-- | plugins/Clist_nicer/src/clcutils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 (h<dat->fontInfo[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;
|