diff options
author | dartraiden <wowemuh@gmail.com> | 2018-10-05 21:53:03 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-10-05 21:53:03 +0300 |
commit | 520a255f25c64b2fb89d2f3559449b2e308c1175 (patch) | |
tree | 8e6454899294c31a770b0688505901525e9f294e | |
parent | fffe4a236d4cbe4431f7a7d4115ae8e03d1374a6 (diff) |
NewStory: fix plugin info
-rw-r--r-- | plugins/NewStory/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/NewStory/src/version.h b/plugins/NewStory/src/version.h index 897499b656..426a9ff76f 100644 --- a/plugins/NewStory/src/version.h +++ b/plugins/NewStory/src/version.h @@ -7,7 +7,7 @@ #define __PLUGIN_NAME "NewStory" #define __FILENAME "NewStory.dll" -#define __DESCRIPTION "New history plugin for Miranda NG Messenger." +#define __DESCRIPTION "New history plugin for Miranda NG." #define __AUTHOR "nullbie" #define __AUTHORWEB "https://miranda-ng.org/p/NewStory/" -#define __COPYRIGHT "© 2005 Victor Pavlychko" +#define __COPYRIGHT "© 2005 Victor Pavlychko, 2018 Miranda NG team" |