Ignore:
Timestamp:
Sep 5, 2012, 8:53:56 PM (12 years ago)
Author:
chronos
Message:
  • Used external packages are now stored in uncompressed form rather in zipped files. This allow better package version synchronisation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StudioPackage/Forms/UFormMain.pas

    r16 r18  
    266266procedure TFormMain.LoadFromRegistry(Context: TRegistryContext);
    267267begin
    268   LastOpenedList1.LoadFromRegistry(Context.RootKey, Context.Key + '\RecentFiles');
     268  LastOpenedList1.LoadFromRegistry(RegContext(Context.RootKey, Context.Key + '\RecentFiles'));
    269269end;
    270270
    271271procedure TFormMain.SaveToRegistry(Context: TRegistryContext);
    272272begin
    273   LastOpenedList1.SaveToRegistry(Context.RootKey, Context.Key + '\RecentFiles');
     273  LastOpenedList1.SaveToRegistry(RegContext(Context.RootKey, Context.Key + '\RecentFiles'));
    274274end;
    275275
Note: See TracChangeset for help on using the changeset viewer.