summaryrefslogtreecommitdiff
path: root/plugins/Chess4Net/GlobalsUnit.pas
blob: 435cde0831310f9194beccbb838506556170d1d5 (plain)
1
2
3
4
5
6
7
8
9
10
unit GlobalsUnit;

interface

const
  DIALOG_CAPTION = 'Chess4Net';

implementation

end.