diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2017-11-27 00:12:03 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2017-11-27 00:12:03 +0300 |
commit | 48affc01c9a19f3ce39a4600ec6b8e0b247b80c1 (patch) | |
tree | bf3b9a4e139ec0fb2831da27942772933e43ef28 /plugins/Quotes/src | |
parent | 56d1702de011963f3506a481a43c68beb97c8fe8 (diff) |
add module name (part 1)
Diffstat (limited to 'plugins/Quotes/src')
-rw-r--r-- | plugins/Quotes/src/Forex.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Quotes/src/Forex.cpp b/plugins/Quotes/src/Forex.cpp index 0a56404ca4..a6314860f5 100644 --- a/plugins/Quotes/src/Forex.cpp +++ b/plugins/Quotes/src/Forex.cpp @@ -78,6 +78,7 @@ void InitMenu() {
CMenuItem mi;
mi.flags = CMIF_UNICODE;
+ mi.Module = QUOTES_PROTOCOL_NAME;
mi.root = Menu_CreateRoot(MO_MAIN, LPGENW("Quotes"), 0, Quotes_GetIconHandle(IDI_ICON_MAIN));
Menu_ConfigureItem(mi.root, MCI_OPT_UID, "B474F556-22B6-42A1-A91E-22FE4F671388");
|