diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-07-16 13:28:32 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-07-16 13:28:32 +0000 |
commit | 0d1ad2f90e46278508b14cfb76ab8296ada78366 (patch) | |
tree | f3fdb29a749862d9882b7e1623b87860e4c7dfea /protocols/MSN/src/version.h | |
parent | 4d8a575e275f4401da577c97720559fb734f7dc3 (diff) |
added some plugins descriptions for langpacks
git-svn-id: http://svn.miranda-ng.org/main/trunk@5385 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MSN/src/version.h')
-rw-r--r-- | protocols/MSN/src/version.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/protocols/MSN/src/version.h b/protocols/MSN/src/version.h index 4796dac116..ba928d99c0 100644 --- a/protocols/MSN/src/version.h +++ b/protocols/MSN/src/version.h @@ -21,3 +21,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define __FILEVERSION_STRING 0,11,0,2
#define __VERSION_STRING "0.11.0.2"
#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 11, 0, 2)
+
+#define __PLUGIN_NAME "MSN Protocol"
+#define __DESCRIPTION "Microsoft Network (MSN) protocol support for Miranda NG."
+#define __AUTHOR "Boris Krasnovskiy, George Hazan, Richard Hughes"
+#define __AUTHOREMAIL "borkra@miranda-im.org"
+#define __COPYRIGHT "© 2001-2012 Richard Hughes, George Hazan, Boris Krasnovskiy"
+#define __AUTHORWEB "http://miranda-ng.org/"
+
|