diff options
author | George Hazan <ghazan@miranda.im> | 2018-06-04 21:53:22 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-06-04 21:53:22 +0300 |
commit | 6cb191efaddde067c9f07f40090ee0f2f017b470 (patch) | |
tree | 77b444344704b03b59eaa2e9f24a1a9d3d84457f /plugins/Import/src/main.cpp | |
parent | afbd6f33be4aed706ae39c6813760c55af13fd07 (diff) |
Import: first version of Mcontacts import
Diffstat (limited to 'plugins/Import/src/main.cpp')
-rw-r--r-- | plugins/Import/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Import/src/main.cpp b/plugins/Import/src/main.cpp index 10f22c7568..5bb1a2f5f4 100644 --- a/plugins/Import/src/main.cpp +++ b/plugins/Import/src/main.cpp @@ -148,6 +148,6 @@ int CMPlugin::Load() InitCommonControlsEx(&icex);
RegisterDbrw();
-
+ RegisterMContacts();
return 0;
}
|