diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-17 20:14:24 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-17 20:14:24 +0000 |
commit | 2baef4bfd282c0cc7a1672a74a4df11cab50643b (patch) | |
tree | df5e3402bba359a18dad1fe17f491f40ac4324d6 /plugins/MyDetails/src/Version.h | |
parent | 93e2edb9fea7609ffd1d5b0aa90dc13256c0185a (diff) |
MyDetails: changed warning lavel to w4
git-svn-id: http://svn.miranda-ng.org/main/trunk@11491 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MyDetails/src/Version.h')
-rw-r--r-- | plugins/MyDetails/src/Version.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/MyDetails/src/Version.h b/plugins/MyDetails/src/Version.h index 5d948e087f..bcc3b87b42 100644 --- a/plugins/MyDetails/src/Version.h +++ b/plugins/MyDetails/src/Version.h @@ -7,8 +7,8 @@ #define __PLUGIN_NAME "My details"
#define __FILENAME "MyDetails.dll"
-#define __DESCRIPTION "Shows and allows you to edit your details for all protocols."
-#define __AUTHOR "Ricardo Pescuma Domenecci, Drugwash"
+#define __DESCRIPTION "Shows and allows you to edit your details for all protocols."
+#define __AUTHOR "Ricardo Pescuma Domenecci, Drugwash"
#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/p/MyDetails/"
-#define __COPYRIGHT "© 2005-2008 Ricardo Pescuma Domenecci, Drugwash"
+#define __AUTHORWEB "http://miranda-ng.org/p/MyDetails/"
+#define __COPYRIGHT "© 2005-2008 Ricardo Pescuma Domenecci, Drugwash"
|