Changeset 3 for trunk/VCSCommander.lpr
- Timestamp:
- Jan 28, 2013, 7:58:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VCSCommander.lpr
r2 r3 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UFormMain, UCore, UFormBrowse, UVCS 10 Forms, UFormMain, UCore, UFormBrowse, UVCS, UFormFavorites, UFormSettings, 11 USubversion 11 12 { you can add units after this }; 12 13 … … 19 20 Application.CreateForm(TCore, Core); 20 21 Application.CreateForm(TFormBrowse, FormBrowse); 22 Application.CreateForm(TFormFavorites, FormFavorites); 23 Application.CreateForm(TFormSettings, FormSettings); 21 24 Application.Run; 22 25 end.
Note:
See TracChangeset
for help on using the changeset viewer.