diff options
author | Dioksin <dioksin@ua.fm> | 2016-10-28 10:26:18 +0300 |
---|---|---|
committer | Dioksin <dioksin@ua.fm> | 2016-10-28 10:26:18 +0300 |
commit | 90f21502c21e0cff38ee961b1bc7c4d96edba461 (patch) | |
tree | eeb316a387de62aff88757bf209a3dee848b79c7 /plugins/Quotes/src/Forex.cpp | |
parent | fc47883d5726ae724d764a8600fbfd56c79893e0 (diff) |
Chart was added to Quotes plugin
Diffstat (limited to 'plugins/Quotes/src/Forex.cpp')
-rw-r--r-- | plugins/Quotes/src/Forex.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Quotes/src/Forex.cpp b/plugins/Quotes/src/Forex.cpp index 6e353f15e6..bedd6e2e14 100644 --- a/plugins/Quotes/src/Forex.cpp +++ b/plugins/Quotes/src/Forex.cpp @@ -146,7 +146,6 @@ void InitMenu() #ifdef CHART_IMPLEMENT
SET_UID(mi, 0x65da7256, 0x43a2, 0x4857, 0xac, 0x52, 0x1c, 0xb7, 0xff, 0xd7, 0x96, 0xfa);
mi.name.w = LPGENW("Chart...");
- mi.popupPosition = 2;
mi.hIcolibItem = NULL;
mi.pszService = "Quotes/Chart";
g_hMenuChart = Menu_AddContactMenuItem(&mi, QUOTES_PROTOCOL_NAME);
|