Changeset 3 for trunk/VCSCommander.lpr


Ignore:
Timestamp:
Jan 28, 2013, 7:58:22 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Menu organization.
  • Added: Form for settings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VCSCommander.lpr

    r2 r3  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UFormMain, UCore, UFormBrowse, UVCS
     10  Forms, UFormMain, UCore, UFormBrowse, UVCS, UFormFavorites, UFormSettings,
     11  USubversion
    1112  { you can add units after this };
    1213
     
    1920  Application.CreateForm(TCore, Core);
    2021  Application.CreateForm(TFormBrowse, FormBrowse);
     22  Application.CreateForm(TFormFavorites, FormFavorites);
     23  Application.CreateForm(TFormSettings, FormSettings);
    2124  Application.Run;
    2225end.
Note: See TracChangeset for help on using the changeset viewer.