diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-03 14:50:10 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-03 14:50:19 +0300 |
commit | 58a9d3dbd775650dd1a8ac51ec78748184b4a657 (patch) | |
tree | 8ad2d33e013e1b5970c6442d32dfbab51ba3f35b /plugins/Popup/src/history.cpp | |
parent | 41fb0d2d6a4417d3ad2d26df15b6d6ab68af0c68 (diff) |
MTextControl's support removed from Popup+
Diffstat (limited to 'plugins/Popup/src/history.cpp')
-rw-r--r-- | plugins/Popup/src/history.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Popup/src/history.cpp b/plugins/Popup/src/history.cpp index d079bc1ac4..23c3706984 100644 --- a/plugins/Popup/src/history.cpp +++ b/plugins/Popup/src/history.cpp @@ -234,7 +234,6 @@ static INT_PTR CALLBACK HistoryDlgProc(HWND hwnd, UINT msg, WPARAM, LPARAM lPara POPUPDATA2 *ppd = arPopupHistory[lpdis->itemID];
wndPreview = new PopupWnd2(ppd, &customOptions, true);
- wndPreview->buildMText();
wndPreview->update();
ListBox_SetItemData(hwndLog, lpdis->itemID, wndPreview);
|