Skip to content

Commit

Permalink
Fixed: Showing error message at tc8
Browse files Browse the repository at this point in the history
  • Loading branch information
peleccom committed Nov 2, 2013
1 parent bc7bb63 commit a35b852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TCBox.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ end;
function FsInit(PluginNr: Integer; pProgressProc: tProgressProc;
pLogProc: tLogProc; pRequestProc: tRequestProc): Integer; stdcall;
begin
ShowMessage(_('Minimum Total Commander supported version is 7.50'));
Result := -1;
end;

Expand All @@ -411,6 +410,7 @@ end;
function FsFindFirst(path: PChar; var FindData: tWIN32FINDDATA)
: THandle; stdcall;
begin
ShowMessage(_('Minimum Total Commander supported version is 7.50'));
Result := INVALID_HANDLE_VALUE;
end;

Expand Down

0 comments on commit a35b852

Please sign in to comment.