From 4de6100c8e6f7d0292c8d441253f4a7ab2dc813b Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Wed, 12 Oct 2016 15:32:47 +0200 Subject: [PATCH] init, create a DUB project instead of CE --- src/ce_main.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ce_main.pas b/src/ce_main.pas index 022b5885..66514516 100644 --- a/src/ce_main.pas +++ b/src/ce_main.pas @@ -1760,7 +1760,7 @@ begin if fAppliOpts.reloadLastDocuments then LoadLastDocsAndProj; if fProject = nil then - newNativeProj; + newDubProj; DockMaster.ResetSplitters; setSplitterWheelEvent;