From a0f6fd68a56068a20e7186e2dd2d7daccfbce4aa Mon Sep 17 00:00:00 2001 From: Pavel Perminov Date: Wed, 26 Sep 2012 19:02:53 +0000 Subject: Chess4Net_MI 2010.0 release (106 rev. truncated adjusted copy) git-svn-id: http://svn.miranda-ng.org/main/trunk@1666 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Chess4Net/MI/GlobalsLocalUnit.pas | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 plugins/Chess4Net/MI/GlobalsLocalUnit.pas (limited to 'plugins/Chess4Net/MI/GlobalsLocalUnit.pas') diff --git a/plugins/Chess4Net/MI/GlobalsLocalUnit.pas b/plugins/Chess4Net/MI/GlobalsLocalUnit.pas new file mode 100644 index 0000000000..3e1c6018ff --- /dev/null +++ b/plugins/Chess4Net/MI/GlobalsLocalUnit.pas @@ -0,0 +1,31 @@ +unit GlobalsLocalUnit; + +// Модуль для глобальных переменных и констант версии для Миранды + +interface + +uses + Graphics; + +const + CHESS4NET = 'Chess4Net'; + CHESS4NET_VERSION = 201000; // 2010.0 + CHESS4NET_TITLE = 'Chess4Net 2010.0 (http://chess4net.ru)'; + MSG_INVITATION = 'Wellcome to Chess4Net. If you don''t have it, please download it from http://chess4net.ru'; + PROMPT_HEAD = 'Ch4N'; + MSG_DATA_SEPARATOR = '&&'; + + PLUGIN_NAME = CHESS4NET; + PLUGIN_VERSION = CHESS4NET_VERSION; + PLUGIN_PLAYING_VIA = 'Plugin for playing chess via Miranda'; + PLUGIN_INFO_NAME = 'Chess4Net 2010.0.1'; + PLUGIN_URL = 'http://chess4net.ru'; + PLUGIN_EMAIL = 'packpaul@mail.ru'; + +var + Chess4NetPath: string; + Chess4NetIcon, pluginIcon: TIcon; + +implementation + +end. -- cgit v1.2.3