jvcllaz: Fix a series of issues with Linux

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6318 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-04-18 22:20:45 +00:00
parent 0e4645f9bf
commit bfdb6c5eaa
66 changed files with 3102 additions and 3573 deletions

View File

@ -1,31 +0,0 @@
unit JvCmpReg;
{$mode objfpc}{$H+}
interface
uses
SysUtils;
procedure Register;
implementation
{$R ../../resource/jvcmpreg.res}
uses
Classes, PropEdits,
JvDsgnConsts,
// JvEnterTab,
JvSpellChecker;
procedure Register;
begin
RegisterComponents(RsPaletteJvcl, [
// TJvEnterAsTab,
TJvSpellChecker
]);
end;
end.