summaryrefslogtreecommitdiff
path: root/plugins/Popup
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-10-04 18:54:45 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-10-04 18:54:45 +0300
commit9d9403324aa8f9db857953fc1d4f25af35d70911 (patch)
tree8d8c60da1da873d598349f0b0ec821aafd48eac3 /plugins/Popup
parent2439b18edd41da39ada76a0a6cece26151c34b46 (diff)
IEView: unused builders removed
Diffstat (limited to 'plugins/Popup')
-rw-r--r--plugins/Popup/src/history.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Popup/src/history.cpp b/plugins/Popup/src/history.cpp
index e0460aafab..d079bc1ac4 100644
--- a/plugins/Popup/src/history.cpp
+++ b/plugins/Popup/src/history.cpp
@@ -140,7 +140,7 @@ static INT_PTR CALLBACK HistoryDlgProc(HWND hwnd, UINT msg, WPARAM, LPARAM lPara
IEVIEWWINDOW ieWindow = {};
ieWindow.iType = IEW_CREATE;
- ieWindow.dwMode = IEWM_MUCC;
+ ieWindow.dwMode = IEWM_HISTORY;
ieWindow.parent = hwnd;
ieWindow.cx = 100;
ieWindow.cy = 100;