diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-04-24 08:21:28 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-04-24 08:21:28 +0000 |
commit | 690f5e6d29d1c85c4be72638eb22843964c2f512 (patch) | |
tree | 47c50956fef107bb1004f9389b817cbe3626d919 /plugins/!NotAdopted/Chess4Net/MI/GlobalsLocalUnit.pas | |
parent | e7112d3e58f97fa0630e0afa04e27796cdf3ce38 (diff) |
All non-working stuff moved from trunk
git-svn-id: http://svn.miranda-ng.org/main/trunk@13071 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!NotAdopted/Chess4Net/MI/GlobalsLocalUnit.pas')
-rw-r--r-- | plugins/!NotAdopted/Chess4Net/MI/GlobalsLocalUnit.pas | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/plugins/!NotAdopted/Chess4Net/MI/GlobalsLocalUnit.pas b/plugins/!NotAdopted/Chess4Net/MI/GlobalsLocalUnit.pas deleted file mode 100644 index 30eef7a2a8..0000000000 --- a/plugins/!NotAdopted/Chess4Net/MI/GlobalsLocalUnit.pas +++ /dev/null @@ -1,36 +0,0 @@ -////////////////////////////////////////////////////////////////////////////////
-// All code below is exclusively owned by author of Chess4Net - Pavel Perminov
-// (packpaul@mail.ru, packpaul1@gmail.com).
-// Any changes, modifications, borrowing and adaptation are a subject for
-// explicit permition from the owner.
-
-unit GlobalsLocalUnit;
-
-// Модуль для глобальных переменных и констант версии для Миранды
-
-interface
-
-uses
- Graphics;
-
-const
- CHESS4NET = 'Chess4Net';
- CHESS4NET_VERSION = 201100; // 2011.0
- CHESS4NET_TITLE = 'Chess4Net 2011.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_OVER = 'Plugin for playing chess over Miranda';
- PLUGIN_INFO_NAME = 'Chess4Net 2011.0.0';
- PLUGIN_URL = 'http://chess4net.ru';
- PLUGIN_EMAIL = 'packpaul@mail.ru';
-
-var
- Chess4NetIcon, pluginIcon: TIcon;
-
-implementation
-
-end.
|