lazarus/designer/designerstr.pas
lazarus fc70c813fd Fix designer initialization.
git-svn-id: trunk@1420 -
2002-02-09 02:30:44 +00:00

15 lines
187 B
ObjectPascal

unit DesignerStr;
{$mode objfpc}{$H+}
interface
resourcestring
// component editors commands
liscAdd = '&Add';
liscDelete = '&Delete';
implementation
end.