diff options
author | George Hazan <ghazan@miranda.im> | 2018-11-14 16:57:16 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-11-14 16:57:16 +0300 |
commit | 3618cbf67d6b02fb52b364a93a836a6b59f06a2f (patch) | |
tree | f7a6eecf85fb5c735263dc7d5c22dd85fa17dee0 /plugins/ShellExt/src/main.cpp | |
parent | fea80908985f5f79d8e5a8eb17df57ee44054fcc (diff) |
ShellExt -> g_plugin
Diffstat (limited to 'plugins/ShellExt/src/main.cpp')
-rw-r--r-- | plugins/ShellExt/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ShellExt/src/main.cpp b/plugins/ShellExt/src/main.cpp index 74841af390..dbd3f93c4c 100644 --- a/plugins/ShellExt/src/main.cpp +++ b/plugins/ShellExt/src/main.cpp @@ -31,7 +31,7 @@ PLUGININFOEX pluginInfoEx = { };
CMPlugin::CMPlugin() :
- PLUGIN<CMPlugin>(SHLExt_Name, pluginInfoEx)
+ PLUGIN<CMPlugin>("shlext15", pluginInfoEx)
{}
/////////////////////////////////////////////////////////////////////////////////////////
|