mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 15:49:16 +02:00
+ adds current target in menu at startup
This commit is contained in:
parent
098717b54f
commit
6145ccae3f
@ -142,7 +142,6 @@ BEGIN
|
|||||||
InitTemplates;
|
InitTemplates;
|
||||||
|
|
||||||
ReadSwitches(SwitchesPath);
|
ReadSwitches(SwitchesPath);
|
||||||
|
|
||||||
MyApp.Init;
|
MyApp.Init;
|
||||||
|
|
||||||
{ load all options after init because of open files }
|
{ load all options after init because of open files }
|
||||||
@ -152,6 +151,7 @@ BEGIN
|
|||||||
|
|
||||||
{ Update IDE }
|
{ Update IDE }
|
||||||
MyApp.Update;
|
MyApp.Update;
|
||||||
|
MyApp.UpdateTarget;
|
||||||
|
|
||||||
ProcessParams(false);
|
ProcessParams(false);
|
||||||
|
|
||||||
@ -191,7 +191,10 @@ BEGIN
|
|||||||
END.
|
END.
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
* fixed couple of bugs
|
||||||
|
|
||||||
Revision 1.21 1999/04/07 21:55:40 peter
|
Revision 1.21 1999/04/07 21:55:40 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user