[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:
parent
b065f55995
commit
29e1b1ae70
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue