diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-25 19:00:41 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-25 19:00:41 +0000 |
commit | b9036ccc6b6513998cce61b99b70b23b51e1627c (patch) | |
tree | 6ead434217c6ed41c563fe828736d1e167feed2d /src/core/stdidle/version.h | |
parent | e738acea4b31fc29114a408b83b65ecd303a6f74 (diff) |
files structure changed
git-svn-id: http://svn.miranda-ng.org/main/trunk@11634 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdidle/version.h')
-rw-r--r-- | src/core/stdidle/version.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/core/stdidle/version.h b/src/core/stdidle/version.h deleted file mode 100644 index 1d294953a6..0000000000 --- a/src/core/stdidle/version.h +++ /dev/null @@ -1,14 +0,0 @@ -
-#include <m_version.h>
-
-#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
-#define __VERSION_STRING MIRANDA_VERSION_STRING
-
-#define __PLUGIN_NAME "Standard Idle module"
-#define __INTERNAL_NAME "stdidle"
-#define __FILENAME "stdidle.dll"
-#define __DESCRIPTION "Core module for idle state processing."
-#define __AUTHOR "Miranda NG Development Team"
-#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/p/StdIdle/"
-#define __COPYRIGHT "© 2012 Miranda NG Development Team"
|