diff options
author | George Hazan <george.hazan@gmail.com> | 2012-08-16 14:33:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-08-16 14:33:23 +0000 |
commit | e80c8a58accadc0df67352eeb806d546bf9d7d48 (patch) | |
tree | be4c00eae022d098c15e3ae43163d35a325b1f9b /src/core/stdauth | |
parent | b08aaedac8281527c1651a46bc668a37eeb804d8 (diff) |
fix for modules' names
git-svn-id: http://svn.miranda-ng.org/main/trunk@1481 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdauth')
-rw-r--r-- | src/core/stdauth/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdauth/version.h b/src/core/stdauth/version.h index 6cde63bca4..a5c7edcd91 100644 --- a/src/core/stdauth/version.h +++ b/src/core/stdauth/version.h @@ -4,7 +4,7 @@ #define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
#define __VERSION_STRING MIRANDA_VERSION_STRING
-#define __PLUGIN_NAME "stdauth"
+#define __PLUGIN_NAME "Standard Auth module"
#define __INTERNAL_NAME "stdauth"
#define __FILENAME "stdauth.dll"
#define __DESCRIPTION "Core module for sending/receiving auth requests."
|