1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 10:46:02 +02:00

Initalize the particiapants of the source lookup director when converting from an old memento.

This commit is contained in:
Mikhail Khodjaiants 2005-04-22 21:32:40 +00:00
parent 5b282cb2f4
commit 1f30b0febb
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-04-22 Mikhail Khodjaiants
Initalize the particiapants of the source lookup director when converting
from an old memento.
* DefaultSourceLocator.java
2005-04-21 Mikhail Khodjaiants
Changed the labels of the "Source Lookup Path" preference page to "Common Source Lookup Path".
* PreferenceMessages.properties

View file

@ -91,5 +91,6 @@ public class DefaultSourceLocator extends CSourceLookupDirector {
cons.add( 0, defaultContainer );
}
setSourceContainers( (ISourceContainer[])cons.toArray( new ISourceContainer[cons.size()] ) );
initializeParticipants();
}
}