Changeset 99
- Timestamp:
- Aug 30, 2016, 6:58:53 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.pas
r97 r99 101 101 // Open file specified as command line parameter 102 102 AcronymDB.LoadFromFile(FileNameOption); 103 FormMain.LastOpenedList1.AddItem(F ormMain.OpenDialog1.FileName);103 FormMain.LastOpenedList1.AddItem(FileNameOption); 104 104 end else 105 105 if (FormMain.LastOpenedList1.Items.Count > 0) and FileExists(FormMain.LastOpenedList1.Items[0]) then begin
Note:
See TracChangeset
for help on using the changeset viewer.