CodeSnip Old Code (SVN)
A repository for source code snippets, designed with Pascal in mind.
Brought to you by:
delphidabbler
changed | /trunk/Src/USnippets.pas |
--- a/trunk/Src/USnippets.pas +++ b/trunk/Src/USnippets.pas @@ -1313,10 +1313,10 @@ try // Load main database: MUST do this first since user database can // reference objects in main database - with TSnippetsIOFactory.CreateLoader(dtMain) do + with TSnippetsIOFactory.CreateMainDBLoader do Load(fRoutines, fCategories, Factory); // Load any user database - with TSnippetsIOFactory.CreateLoader(dtUser) do + with TSnippetsIOFactory.CreateUserDBLoader do Load(fRoutines, fCategories, Factory); fUpdated := False; except