From 6145ccae3fbcd968ac4a4a8cffb096bee47c6bf9 Mon Sep 17 00:00:00 2001 From: pierre Date: Fri, 25 Jun 1999 00:48:05 +0000 Subject: [PATCH] + adds current target in menu at startup --- ide/text/fp.pas | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ide/text/fp.pas b/ide/text/fp.pas index 25ac6ef402..e7a0700a93 100644 --- a/ide/text/fp.pas +++ b/ide/text/fp.pas @@ -142,7 +142,6 @@ BEGIN InitTemplates; ReadSwitches(SwitchesPath); - MyApp.Init; { load all options after init because of open files } @@ -152,6 +151,7 @@ BEGIN { Update IDE } MyApp.Update; + MyApp.UpdateTarget; ProcessParams(false); @@ -191,7 +191,10 @@ BEGIN END. { $Log$ - Revision 1.22 1999-05-22 13:44:28 peter + Revision 1.23 1999-06-25 00:48:05 pierre + + adds current target in menu at startup + + Revision 1.22 1999/05/22 13:44:28 peter * fixed couple of bugs Revision 1.21 1999/04/07 21:55:40 peter