diff options
Diffstat (limited to 'plugins/YARelay/src/Version.h')
-rw-r--r-- | plugins/YARelay/src/Version.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/YARelay/src/Version.h b/plugins/YARelay/src/Version.h index 91273cc872..a6bbc6da8e 100644 --- a/plugins/YARelay/src/Version.h +++ b/plugins/YARelay/src/Version.h @@ -5,10 +5,10 @@ #define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-#define __PLUGIN_NAME "yaRelay"
-#define __FILENAME "yaRelay.dll"
-#define __DESCRIPTION "Forwards messages to some contact when you are not available."
-#define __AUTHOR "Anar Ibragimoff"
+#define __PLUGIN_NAME "YARelay"
+#define __FILENAME "YARelay.dll"
+#define __DESCRIPTION "Forwards messages to some contact when you are not available."
+#define __AUTHOR "Anar Ibragimoff"
#define __AUTHOREMAIL "ai91@mail.ru"
#define __AUTHORWEB "http://miranda-ng.org/"
#define __COPYRIGHT "© 2005 Anar Ibragimoff"
|