Skip to content

Commit

Permalink
"File | Change Dir" implementiert
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobsche committed Dec 8, 2019
1 parent ba9e230 commit b330d2a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BASE.PAS
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,10 @@ begin
end;
ClearEvent(Event);
end;
cmChangeDir: begin
ExecuteDialog(New(PChDirDialog, Init(cdNormal, 0)), nil);
ClearEvent(Event)
end;
cmSelectWindow: begin
if EditWindowList <> nil then begin
WindowListViewData.List := EditWindowList;
Expand Down
Binary file modified BP.DSK
Binary file not shown.
Binary file modified BP.PSM
Binary file not shown.
Binary file modified CARLATXT.EXE
Binary file not shown.
Binary file added INSTALL/DPMI/DPMI16BI.OVL
Binary file not shown.
Binary file added INSTALL/DPMI/RTM.EXE
Binary file not shown.

0 comments on commit b330d2a

Please sign in to comment.