Browse Source

* DosShell is not virtual in app !

pierre 26 years ago
parent
commit
c1118b8707
1 changed files with 5 additions and 2 deletions
  1. 5 2
      ide/text/fpide.pas

+ 5 - 2
ide/text/fpide.pas

@@ -31,7 +31,7 @@ type
       function    OpenSearch(FileName: string) : boolean;
       procedure   HandleEvent(var Event: TEvent); virtual;
       function    GetPalette: PPalette; virtual;
-      procedure   DosShell; virtual;
+      procedure   DosShell; {virtual;}
       destructor  Done; virtual;
     public
       procedure ShowUserScreen;
@@ -646,7 +646,10 @@ end;
 END.
 {
   $Log$
-  Revision 1.8  1999-02-05 12:11:54  pierre
+  Revision 1.9  1999-02-05 13:03:54  pierre
+   * DosShell is not virtual in app !
+
+  Revision 1.8  1999/02/05 12:11:54  pierre
     + SourceDir that stores directories for sources that the
       compiler should not know about
       Automatically asked for addition when a new file that