diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-01-02 13:26:35 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-01-02 13:26:35 +0000 |
commit | 899c95607b3add967778bb75015fde65060f2e5c (patch) | |
tree | 46ddb4badf21a2070585b0187ce3891ad84922d8 /plugins | |
parent | ca9273fc0782ee1f4d89de9e3b6bcadf2208bd10 (diff) |
clist_mw: developer name added
git-svn-id: http://svn.miranda-ng.org/main/trunk@7455 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Clist_mw/src/Version.h | 2 | ||||
-rw-r--r-- | plugins/TopToolBar/src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_mw/src/Version.h b/plugins/Clist_mw/src/Version.h index 1376c3584b..048c220a0f 100644 --- a/plugins/Clist_mw/src/Version.h +++ b/plugins/Clist_mw/src/Version.h @@ -8,7 +8,7 @@ #define __PLUGIN_NAME "MultiWindow contact list"
#define __FILENAME "Clist_mw.dll"
#define __DESCRIPTION "Displays contacts, event notifications, protocol status with MW modifications."
-#define __AUTHOR ""
+#define __AUTHOR "Bethoven"
#define __AUTHOREMAIL "bethoven@mailgate.ru"
#define __AUTHORWEB "http://miranda-ng.org/p/Clist_mw/"
#define __COPYRIGHT "Copyright 2000-2010 Miranda IM project, 2012 Miranda NG project."
diff --git a/plugins/TopToolBar/src/version.h b/plugins/TopToolBar/src/version.h index 2e34a8ba34..88227ac757 100644 --- a/plugins/TopToolBar/src/version.h +++ b/plugins/TopToolBar/src/version.h @@ -9,6 +9,6 @@ #define __FILENAME "TopToolBar.dll"
#define __DESCRIPTION "ToptoolBar adds buttons in top frame for fast access."
#define __AUTHOR "Bethoven"
-#define __AUTHOREMAIL "Bethoven@mailgate.ru"
+#define __AUTHOREMAIL "bethoven@mailgate.ru"
#define __AUTHORWEB "http://miranda-ng.org/p/TopToolBar/"
#define __COPYRIGHT "© 2003-2008 Bethoven"
|