Ignore:
Timestamp:
Feb 20, 2012, 10:01:11 AM (12 years ago)
Author:
chronos
Message:
  • Modified: TLastOpenedList registry handling methods now do not use custom key subpath.
  • Added: TRectangle class with extended TRect like functionality.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/ULastOpenedList.pas

    r328 r329  
    6565  try
    6666    RootKey := Root;
    67     OpenKey(Key + '\LastOpenedFiles', True);
     67    OpenKey(Key, True);
    6868    Clear;
    6969    I := 0;
     
    8686  with Registry do
    8787  try
    88     OpenKey(Key + '\LastOpenedFiles', True);
     88    OpenKey(Key, True);
    8989    for I := 0 to Count - 1 do
    9090      WriteString('File' + IntToStr(I), UTF8Decode(Strings[I]));
Note: See TracChangeset for help on using the changeset viewer.