diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-23 14:21:20 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-23 14:21:20 +0000 |
commit | c507a151a8011784ba37228d33610fa0406736eb (patch) | |
tree | 073fb5e27d739c6ebd0a820977eaf1da254c67e5 /plugins/MetaContacts/version.h | |
parent | 4a9e49eaf838d1b87a2c6696945f00f35c988397 (diff) |
MetaContacts:
renamed to .cpp
git-svn-id: http://svn.miranda-ng.org/main/trunk@557 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MetaContacts/version.h')
-rw-r--r-- | plugins/MetaContacts/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MetaContacts/version.h b/plugins/MetaContacts/version.h index 7a9bc5d860..26d5ee8f2a 100644 --- a/plugins/MetaContacts/version.h +++ b/plugins/MetaContacts/version.h @@ -12,7 +12,7 @@ #define __STRINGIFY(x) #x
#define __VERSION_STRING __STRINGIFY(__FILEVERSION_STRING_DOTS)
-#define __DESC "Merges contacts from the same or different protocols into one"
+#define __DESC "Merges contacts from the same or different protocols into one."
#define __AUTHOR "J. Schaal & S. Ellis"
#define __AUTHOREMAIL "mail@scottellis.com.au"
#define __COPYRIGHT "© 2005,2006 Scott Ellis"
|