diff options
author | dartraiden <wowemuh@gmail.com> | 2018-06-04 09:31:09 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-06-04 09:31:09 +0300 |
commit | 4b6f2b43bcfbe2bc8202723e301d6a68f48c10bd (patch) | |
tree | 5bd015d9491eecadcc37d1cb2ee810c22250cfd7 /plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp | |
parent | a4549ec2b353a0995bcfba17b7d42c047e7c8ee8 (diff) |
HwHotKeys: remove second description
Diffstat (limited to 'plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp')
-rw-r--r-- | plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp b/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp index c3717b8e75..f8269bbfba 100644 --- a/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp +++ b/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp @@ -70,7 +70,7 @@ PLUGININFOEX pluginInfoEx = { sizeof(PLUGININFOEX),
__PLUGIN_NAME,
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
- __DESCRIPTION_MIR,
+ __DESCRIPTION,
__AUTHOR,
__COPYRIGHT,
__AUTHORWEB,
|