mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Show log window
This commit is contained in:
parent
848062c78b
commit
9f6df44ff4
1 changed files with 2 additions and 2 deletions
|
|
@ -223,8 +223,9 @@ end;
|
|||
procedure MainLogProc(PluginNr, MsgType: Integer; LogString: UTF8String);
|
||||
var
|
||||
I: Integer;
|
||||
bLogFile: Boolean;
|
||||
sMsg, sName, sPath: String;
|
||||
bLogFile, bLogWindow: Boolean;
|
||||
bLogWindow: Boolean = True;
|
||||
LogMsgType: TLogMsgType = lmtInfo;
|
||||
CallbackDataClass: TCallbackDataClass;
|
||||
Begin
|
||||
|
|
@ -234,7 +235,6 @@ Begin
|
|||
case MsgType of
|
||||
msgtype_connect:
|
||||
begin
|
||||
bLogWindow:= True;
|
||||
if Assigned(CallbackDataClass) then
|
||||
begin
|
||||
I:= Pos(#32, LogString);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue