[DEVELOPMENT ENVIRONMENT]

* BUG: Display unknown components again.

git-svn-id: svn://localhost/gambas/trunk@3001 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2010-06-13 11:01:40 +00:00
parent b065f55995
commit 29e1b1ae70

View file

@ -353,7 +353,7 @@ Static Public Sub _init()
aComp = Dir(Component.Path, "*.component").Sort()
For Each sFile In aComp
If Not $cName.Exist(File.BaseName(sFile)) Then Continue
'If Not $cName.Exist(File.BaseName(sFile)) Then Continue
InitComponent(sFile)
Next