From e80c8a58accadc0df67352eeb806d546bf9d7d48 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 16 Aug 2012 14:33:23 +0000 Subject: fix for modules' names git-svn-id: http://svn.miranda-ng.org/main/trunk@1481 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stdauth/version.h | 2 +- src/core/stdautoaway/version.h | 2 +- src/core/stdaway/version.h | 2 +- src/core/stdemail/version.h | 2 +- src/core/stdfile/version.h | 2 +- src/core/stdhelp/version.h | 2 +- src/core/stdidle/version.h | 2 +- src/core/stduihist/version.h | 2 +- src/core/stdurl/version.h | 2 +- src/core/stduserinfo/version.h | 2 +- src/core/stduseronline/version.h | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'src') 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." diff --git a/src/core/stdautoaway/version.h b/src/core/stdautoaway/version.h index 187cd1fe13..aa16672e83 100644 --- a/src/core/stdautoaway/version.h +++ b/src/core/stdautoaway/version.h @@ -4,7 +4,7 @@ #define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION #define __VERSION_STRING MIRANDA_VERSION_STRING -#define __PLUGIN_NAME "stdautoaway" +#define __PLUGIN_NAME "Standard AutoAway module" #define __INTERNAL_NAME "stdautoaway" #define __FILENAME "stdautoaway.dll" #define __DESCRIPTION "Core module for away state processing." diff --git a/src/core/stdaway/version.h b/src/core/stdaway/version.h index 675a9844fb..165c0340af 100644 --- a/src/core/stdaway/version.h +++ b/src/core/stdaway/version.h @@ -4,7 +4,7 @@ #define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION #define __VERSION_STRING MIRANDA_VERSION_STRING -#define __PLUGIN_NAME "stdaway" +#define __PLUGIN_NAME "Standard Away module" #define __INTERNAL_NAME "stdaway" #define __FILENAME "stdaway.dll" #define __DESCRIPTION "Core module for the away messages processing." diff --git a/src/core/stdemail/version.h b/src/core/stdemail/version.h index 46b2087c41..683f8b89cf 100644 --- a/src/core/stdemail/version.h +++ b/src/core/stdemail/version.h @@ -4,7 +4,7 @@ #define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION #define __VERSION_STRING MIRANDA_VERSION_STRING -#define __PLUGIN_NAME "stdemail" +#define __PLUGIN_NAME "Standard Email module" #define __INTERNAL_NAME "stdemail" #define __FILENAME "stdemail.dll" #define __DESCRIPTION "Core module for e-mail urls handling." diff --git a/src/core/stdfile/version.h b/src/core/stdfile/version.h index 6e47a11cef..7bb4d19f66 100644 --- a/src/core/stdfile/version.h +++ b/src/core/stdfile/version.h @@ -4,7 +4,7 @@ #define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION #define __VERSION_STRING MIRANDA_VERSION_STRING -#define __PLUGIN_NAME "stdfile" +#define __PLUGIN_NAME "Standard File Transfers" #define __INTERNAL_NAME "stdfile" #define __FILENAME "stdfile.dll" #define __DESCRIPTION "Core module for sending/receiving files." diff --git a/src/core/stdhelp/version.h b/src/core/stdhelp/version.h index 1bd1020583..6bd98fa0df 100644 --- a/src/core/stdhelp/version.h +++ b/src/core/stdhelp/version.h @@ -4,7 +4,7 @@ #define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION #define __VERSION_STRING MIRANDA_VERSION_STRING -#define __PLUGIN_NAME "stdhelp" +#define __PLUGIN_NAME "Standard Help module" #define __INTERNAL_NAME "stdhelp" #define __FILENAME "stdhelp.dll" #define __DESCRIPTION "Core module for the Help/About dialog." diff --git a/src/core/stdidle/version.h b/src/core/stdidle/version.h index fb382d83db..87ac5ed9bf 100644 --- a/src/core/stdidle/version.h +++ b/src/core/stdidle/version.h @@ -4,7 +4,7 @@ #define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION #define __VERSION_STRING MIRANDA_VERSION_STRING -#define __PLUGIN_NAME "stdidle" +#define __PLUGIN_NAME "Standard Idle module" #define __INTERNAL_NAME "stdidle" #define __FILENAME "stdidle.dll" #define __DESCRIPTION "Core module for idle state processing." diff --git a/src/core/stduihist/version.h b/src/core/stduihist/version.h index 99ff40c2e8..cdc535d70c 100644 --- a/src/core/stduihist/version.h +++ b/src/core/stduihist/version.h @@ -4,7 +4,7 @@ #define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION #define __VERSION_STRING MIRANDA_VERSION_STRING -#define __PLUGIN_NAME "stduihist" +#define __PLUGIN_NAME "Standard History UI" #define __INTERNAL_NAME "stduihist" #define __FILENAME "stduihist.dll" #define __DESCRIPTION "Core module for built-in history viewer." diff --git a/src/core/stdurl/version.h b/src/core/stdurl/version.h index 990f0452ab..a1785f778b 100644 --- a/src/core/stdurl/version.h +++ b/src/core/stdurl/version.h @@ -4,7 +4,7 @@ #define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION #define __VERSION_STRING MIRANDA_VERSION_STRING -#define __PLUGIN_NAME "stdurl" +#define __PLUGIN_NAME "Standard URL processor" #define __INTERNAL_NAME "stdurl" #define __FILENAME "stdurl.dll" #define __DESCRIPTION "Core module for URL handling." diff --git a/src/core/stduserinfo/version.h b/src/core/stduserinfo/version.h index ca6347c294..9d1f099d0c 100644 --- a/src/core/stduserinfo/version.h +++ b/src/core/stduserinfo/version.h @@ -4,7 +4,7 @@ #define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION #define __VERSION_STRING MIRANDA_VERSION_STRING -#define __PLUGIN_NAME "stduserinfo" +#define __PLUGIN_NAME "Standard User Info module" #define __INTERNAL_NAME "stduserinfo" #define __FILENAME "stduserinfo.dll" #define __DESCRIPTION "Core module for providing user information." diff --git a/src/core/stduseronline/version.h b/src/core/stduseronline/version.h index fc0cc14144..d11fb3323e 100644 --- a/src/core/stduseronline/version.h +++ b/src/core/stduseronline/version.h @@ -4,7 +4,7 @@ #define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION #define __VERSION_STRING MIRANDA_VERSION_STRING -#define __PLUGIN_NAME "stduseronline" +#define __PLUGIN_NAME "Standard User-Is-Online module" #define __INTERNAL_NAME "stduseronline" #define __FILENAME "stduseronline.dll" #define __DESCRIPTION "Core module for user-is-online event processing." -- cgit v1.2.3