mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-26 21:50:03 +02:00
+ uses ParseUserScreen and UpdateMode
This commit is contained in:
parent
eded14b468
commit
48abbcc932
@ -31,6 +31,9 @@ uses
|
|||||||
{$ifdef go32v2}
|
{$ifdef go32v2}
|
||||||
dpmiexcp,
|
dpmiexcp,
|
||||||
{$endif go32v2}
|
{$endif go32v2}
|
||||||
|
{$ifdef debug}
|
||||||
|
lineinfo,
|
||||||
|
{$endif debug}
|
||||||
Dos,Objects,
|
Dos,Objects,
|
||||||
BrowCol,
|
BrowCol,
|
||||||
Views,App,Dialogs,ColorSel,Menus,StdDlg,Validate,
|
Views,App,Dialogs,ColorSel,Menus,StdDlg,Validate,
|
||||||
@ -183,9 +186,11 @@ BEGIN
|
|||||||
ReadINIFile;
|
ReadINIFile;
|
||||||
InitDesktopFile;
|
InitDesktopFile;
|
||||||
LoadDesktop;
|
LoadDesktop;
|
||||||
|
ParseUserScreen;
|
||||||
|
|
||||||
{ Update IDE }
|
{ Update IDE }
|
||||||
IDEApp.Update;
|
IDEApp.Update;
|
||||||
|
IDEApp.UpdateMode;
|
||||||
IDEApp.UpdateTarget;
|
IDEApp.UpdateTarget;
|
||||||
|
|
||||||
ProcessParams(false);
|
ProcessParams(false);
|
||||||
@ -225,7 +230,10 @@ BEGIN
|
|||||||
END.
|
END.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.39 2000-02-12 23:58:26 carl
|
Revision 1.40 2000-03-07 21:58:58 pierre
|
||||||
|
+ uses ParseUserScreen and UpdateMode
|
||||||
|
|
||||||
|
Revision 1.39 2000/02/12 23:58:26 carl
|
||||||
+ Conditional define explanaations
|
+ Conditional define explanaations
|
||||||
|
|
||||||
Revision 1.38 2000/02/07 11:54:17 pierre
|
Revision 1.38 2000/02/07 11:54:17 pierre
|
||||||
|
Loading…
Reference in New Issue
Block a user