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