diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-11 12:20:46 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-11 12:20:46 +0000 |
commit | 8571aecddecbf82628718b846b68e912b4eb5a45 (patch) | |
tree | 53b6509388f35a6ee046b579ba4b1d131c2e2303 /plugins | |
parent | b93e076795f7998aef8a63f7602998cdc6632a80 (diff) |
typo fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@3550 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Clist_nicer/src/Include/Version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_nicer/src/Include/Version.h b/plugins/Clist_nicer/src/Include/Version.h index c4f5e4caa8..66abf749c7 100644 --- a/plugins/Clist_nicer/src/Include/Version.h +++ b/plugins/Clist_nicer/src/Include/Version.h @@ -5,8 +5,8 @@ #define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-#define __PLUGIN_NAME "CList nicer"
-#define __FILENAME "ClientChangeNotify.dll"
+#define __PLUGIN_NAME "Clist nicer"
+#define __FILENAME "Clist_nicer.dll"
#define __DESCRIPTION "Displays contacts, event notifications, protocol status."
#define __AUTHOR "Pixel, egoDust, cyreve, Nightwish"
#define __AUTHOREMAIL ""
|