Changeset 13 for trunk/VCSCommander.lpr
- Timestamp:
- May 30, 2015, 1:02:36 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VCSCommander.lpr
r11 r13 10 10 Forms, UFormMain, UCore, Common, TemplateGenerics, UFormBrowse, UVCS, 11 11 UFormFavorites, UFormSettings, UFormConsole, USubversion, UProject, SysUtils, 12 UFormCommit, UFormCheckout, UBazaar, UBackend, UFormLog 12 UFormCommit, UFormCheckout, UBazaar, UBackend, UFormLog, UFormTest, 13 UFormProjectGroup 13 14 { you can add units after this }; 14 15 … … 39 40 Application.CreateForm(TFormCheckout, FormCheckout); 40 41 Application.CreateForm(TFormLog, FormLog); 42 Application.CreateForm(TFormTest, FormTest); 43 Application.CreateForm(TFormProjectGroup, FormProjectGroup); 41 44 Application.Run; 42 45 end.
Note:
See TracChangeset
for help on using the changeset viewer.