diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2008-04-15 04:39:03 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2008-04-15 04:39:03 +0000 |
commit | 8a8d9afcb727bdd9da02bd2c525b7685ca9f25b7 (patch) | |
tree | ed50a61a2468dfe64708797c1d50bc3ac2c88ccd /Plugins/emoticons/selwin.cpp | |
parent | 1f4071514a3f75e80c539fcedc4d9603f1cb6b46 (diff) |
Added support for font service
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@81 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Plugins/emoticons/selwin.cpp')
-rw-r--r-- | Plugins/emoticons/selwin.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
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;
|