From 22a761bfdbc4b9951ea193fba7b2cc75376ebec2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 10 Oct 2012 12:15:51 +0000 Subject: - 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 --- plugins/CyrTranslit/src/plugin.h | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'plugins/CyrTranslit/src/plugin.h') 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" -- cgit v1.2.3