summaryrefslogtreecommitdiff
path: root/plugins/ShellExt/src/main.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-11-14 16:57:16 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-11-14 16:57:16 +0300
commit3618cbf67d6b02fb52b364a93a836a6b59f06a2f (patch)
treef7a6eecf85fb5c735263dc7d5c22dd85fa17dee0 /plugins/ShellExt/src/main.cpp
parentfea80908985f5f79d8e5a8eb17df57ee44054fcc (diff)
ShellExt -> g_plugin
Diffstat (limited to 'plugins/ShellExt/src/main.cpp')
-rw-r--r--plugins/ShellExt/src/main.cpp2
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)
{}
/////////////////////////////////////////////////////////////////////////////////////////