Changeset 7 for trunk/VCSCommander.lpr
- Timestamp:
- May 17, 2015, 10:51:50 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VCSCommander.lpr
r6 r7 9 9 Interfaces, // this includes the LCL widgetset 10 10 Forms, UFormMain, UCore, Common, TemplateGenerics, UFormBrowse, UVCS, 11 UFormFavorites, UFormSettings, UFormConsole, USubversion, UProject 11 UFormFavorites, UFormSettings, UFormConsole, USubversion, UProject, 12 UFormCommit 12 13 { you can add units after this }; 13 14 … … 23 24 Application.CreateForm(TFormSettings, FormSettings); 24 25 Application.CreateForm(TFormConsole, FormConsole); 26 Application.CreateForm(TFormCommit, FormCommit); 25 27 Application.Run; 26 28 end.
Note:
See TracChangeset
for help on using the changeset viewer.