Changeset 255 for Network/CoolWeb/LazIDEReg.pas
- Timestamp:
- Jul 20, 2011, 10:51:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Network/CoolWeb/LazIDEReg.pas
r254 r255 6 6 7 7 uses 8 Classes, SysUtils, LazIDEIntf, ProjectIntf, UWebPage, Forms, Controls;8 Classes, SysUtils, LazIDEIntf, ProjectIntf, FormEditingIntf, UWebPage, Forms, Controls; 9 9 10 10 type … … 50 50 CGIAppDescriptor := TCGIApplicationDescriptor.Create; 51 51 RegisterProjectDescriptor(CGIAppDescriptor); 52 FormEditingHook.RegisterDesignerBaseClass(TWebPage); 52 53 end; 53 54
Note:
See TracChangeset
for help on using the changeset viewer.