diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-06 20:49:39 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-06 20:49:39 +0000 |
commit | cfd90c47ed918ccfb1cb57e5331a4e7a216ccf10 (patch) | |
tree | ce4e031fa9159bd9c1e2bed51883624d8973e4b6 /protocols/Skype/src/version.h | |
parent | 0b2253627c2043fe5a119ee43891246719a6e370 (diff) |
added timezone description in own info
git-svn-id: http://svn.miranda-ng.org/main/trunk@2674 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/version.h')
-rw-r--r-- | protocols/Skype/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/version.h b/protocols/Skype/src/version.h index 281233e9ec..5cf0309a44 100644 --- a/protocols/Skype/src/version.h +++ b/protocols/Skype/src/version.h @@ -10,7 +10,7 @@ #define __STRINGIFY(x) __STRINGIFY_IMPL(x)
#define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS)
-#define __PLUGIN_NAME "Skype Plugin"
+#define __PLUGIN_NAME "Skype Protocol"
#define __INTERNAL_NAME "Skype"
#define __FILENAME "Skype.dll"
#define __DESCRIPTION "Provides basic support for Skype protocol."
|