diff --git a/src/ce_miniexplorer.pas b/src/ce_miniexplorer.pas index ce1cce5f..32d06ad2 100644 --- a/src/ce_miniexplorer.pas +++ b/src/ce_miniexplorer.pas @@ -316,7 +316,7 @@ begin if isValidNativeProject(fname) then proj := TCENativeProject.create(nil) as ICECommonProject else if isValidDubProject(fname) then - proj := TCENativeProject.create(nil) as ICECommonProject; + proj := TCEDubProject.create(nil) as ICECommonProject; if assigned(proj) then proj.loadFromFile(fname) else