Changeset 7 for trunk/VCSCommander.lpr


Ignore:
Timestamp:
May 17, 2015, 10:51:50 PM (10 years ago)
Author:
chronos
Message:
  • Added: Commit form.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VCSCommander.lpr

    r6 r7  
    99  Interfaces, // this includes the LCL widgetset
    1010  Forms, UFormMain, UCore, Common, TemplateGenerics, UFormBrowse, UVCS,
    11   UFormFavorites, UFormSettings, UFormConsole, USubversion, UProject
     11  UFormFavorites, UFormSettings, UFormConsole, USubversion, UProject,
     12UFormCommit
    1213  { you can add units after this };
    1314
     
    2324  Application.CreateForm(TFormSettings, FormSettings);
    2425  Application.CreateForm(TFormConsole, FormConsole);
     26  Application.CreateForm(TFormCommit, FormCommit);
    2527  Application.Run;
    2628end.
Note: See TracChangeset for help on using the changeset viewer.