diff options
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"
|