Files
LOVATO-plugin/libSys/plgBrowse.pas
2026-04-07 18:23:56 +02:00

26 lines
458 B
ObjectPascal

unit plgBrowse;
interface
uses
plgType;
var
Cplg_SeznamVychozichNastaveniBrowse : array[TplgBrowse] of TplgVychoziNastaveniBrowse =
(
(SelfIdent : bZadny;
)
//last
);
{ =========================================================================== }
implementation
{ ########################################################################### }
{ ########################################################################### }
end.