summaryrefslogtreecommitdiff
path: root/plugins/BasicHistory/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-10-11 14:43:20 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-10-11 14:43:20 +0300
commitd73920c0fe36604163bc602df36e6e0b3097880e (patch)
tree5c9ceb7e138cd0b1d0fbb58311d9b5e8df172c3d /plugins/BasicHistory/src
parentbcb22cf4cc388db65cfd875191d33110a312aa53 (diff)
fixes #2094 (BasicHistory: Icons menu item is broken)
Diffstat (limited to 'plugins/BasicHistory/src')
-rw-r--r--plugins/BasicHistory/src/HistoryWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/BasicHistory/src/HistoryWindow.cpp b/plugins/BasicHistory/src/HistoryWindow.cpp
index 17c78befc3..7c393354ee 100644
--- a/plugins/BasicHistory/src/HistoryWindow.cpp
+++ b/plugins/BasicHistory/src/HistoryWindow.cpp
@@ -1769,7 +1769,7 @@ void HistoryWindow::ConfigToolbarClicked(LPNMTOOLBAR lpnmTB)
g_plugin.openOptions(L"Customize", L"Fonts and colors");
break;
case IDM_ICONS:
- g_plugin.openOptions(L"Customize", L"Icons");
+ g_plugin.openOptions(L"Icons");
break;
case IDM_HOTKEYS:
g_plugin.openOptions(L"Customize", L"Hotkeys");