diff options
author | George Hazan <george.hazan@gmail.com> | 2012-10-10 12:15:51 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-10-10 12:15:51 +0000 |
commit | 22a761bfdbc4b9951ea193fba7b2cc75376ebec2 (patch) | |
tree | 35ca01ebd63893e3fdfe603913465622ac357790 /plugins/CyrTranslit/src/plugin.h | |
parent | a563a18a62ff3bacc47076d6e6660c284410e505 (diff) |
- adaptation for new NG filters;
- code cleaning;
- version bump + the special resource added
git-svn-id: http://svn.miranda-ng.org/main/trunk@1862 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CyrTranslit/src/plugin.h')
-rw-r--r-- | plugins/CyrTranslit/src/plugin.h | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/plugins/CyrTranslit/src/plugin.h b/plugins/CyrTranslit/src/plugin.h index bc6cf74a1e..f136504e2f 100644 --- a/plugins/CyrTranslit/src/plugin.h +++ b/plugins/CyrTranslit/src/plugin.h @@ -43,20 +43,4 @@ #include "m_clist.h"
#include "m_langpack.h"
-
-/****** PLUGIN DEFINES *******************************************************/
-
-// pluginInfo:
-#define PLG_SHORTNAME "CyrTranslit"
-#define PLG_VERSION PLUGIN_MAKE_VERSION(1, 0, 3, 0)
-#define PLG_DESCRIPTION "Replaces (for the selected contacts only) the Cyrillic letters in the "\
- "outgoing messages with the phonetically equivalent Latin letter "\
- "combinations."
-#define PLG_AUTHOR "ValeraVi, Ivan Krechetov"
-#define PLG_AUTHOREMAIL "valeravi@vi-soft.com.ua"
-#define PLG_COPYRIGHT "© 2005-2009 ValeraVi, Ivan Krechetov"
-#define PLG_HOMEPAGE "http://miranda-ng.org/"
-#define PLG_FLAGS 0 /*UNICODE_AWARE, will be set dynamically*/
-#define MIID_V_CYRTRANSLIT {0xbcec0bd7, 0xca59, 0x44b2, {0x9a, 0x14, 0x3a, 0x14, 0x98, 0x0f, 0x52, 0x4a}}
-
-
+#include "version.h"
|