summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-08-25 18:30:46 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-08-25 18:30:46 +0000
commitf8ddc98f3ec3857f940fc520d5a7692e4565bcc5 (patch)
tree5f40425a4b5b4d7d883c07e8daef197ae05e31ca /plugins
parentd92b3ee6346bdb74fa19353336dbdbaa954b6ec8 (diff)
- ShellExt: plugin name adjustment
git-svn-id: http://svn.miranda-ng.org/main/trunk@5832 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ShellExt/src/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ShellExt/src/Version.h b/plugins/ShellExt/src/Version.h
index c2f1323bba..d1fe4e6114 100644
--- a/plugins/ShellExt/src/Version.h
+++ b/plugins/ShellExt/src/Version.h
@@ -6,7 +6,7 @@
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
-#define __PLUGIN_NAME "ShlExt"
+#define __PLUGIN_NAME "Shell extension"
#define __FILENAME "ShlExt.dll"
#define __DESCRIPTION "Windows Explorer extension for Miranda NG."
#define __AUTHOR "Sam Kothari, Miranda NG Team"