summaryrefslogtreecommitdiff
path: root/include/delphi
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-22 00:25:20 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-22 00:25:20 +0300
commit0c21e190d6638fb25d9dc111585be7d23fb572ba (patch)
treed0080548d359d941c090e3a538949919dd88e245 /include/delphi
parent77a0dc234e1925173a8944e9e641d72d9fe39aba (diff)
and also set plugin info
Diffstat (limited to 'include/delphi')
-rw-r--r--include/delphi/m_api.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/delphi/m_api.pas b/include/delphi/m_api.pas
index 21b2a365ac..5524323f9a 100644
--- a/include/delphi/m_api.pas
+++ b/include/delphi/m_api.pas
@@ -256,6 +256,7 @@ implementation
initialization
g_plugin.m_hInst := hInstance;
+ g_plugin.m_pInfo := @PluginInfo;
RegisterPlugin(g_plugin);
hLangpack := g_plugin.m_hLang;