From 8a8d9afcb727bdd9da02bd2c525b7685ca9f25b7 Mon Sep 17 00:00:00 2001 From: pescuma Date: Tue, 15 Apr 2008 04:39:03 +0000 Subject: Added support for font service git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@81 c086bb3d-8645-0410-b8da-73a8550f86e7 --- Plugins/emoticons/selwin.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Plugins/emoticons/selwin.cpp') diff --git a/Plugins/emoticons/selwin.cpp b/Plugins/emoticons/selwin.cpp index adceeb6..8cf15d0 100644 --- a/Plugins/emoticons/selwin.cpp +++ b/Plugins/emoticons/selwin.cpp @@ -103,13 +103,9 @@ INT_PTR CALLBACK EmoticonSeletionDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPA } // Create positioning object - EmoticonsSelectionLayout *layout = new GroupListEmoticons(); - layout->ssd = ssd; - layout->hwnd = hwnd; + EmoticonsSelectionLayout *layout = new GroupListEmoticons(hwnd, ssd); SetWindowLong(hwnd, GWL_USERDATA, (LONG) layout); - layout->Load(); - // Calc position int x = ssd->xPosition; -- cgit v1.2.3