mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Error message text
This commit is contained in:
parent
7bdd216c9e
commit
d233193f3d
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ begin
|
|||
Text:= PAnsiChar(Data);
|
||||
if (Length(Text) = 0) or (Length(gConnection.ConnectionName) = 0) then
|
||||
begin
|
||||
gStartupInfo.MessageBox('You MUST at least specify a session and host name!',
|
||||
gStartupInfo.MessageBox('You MUST at least specify a connection and host name!',
|
||||
nil, MB_OK or MB_ICONERROR);
|
||||
Exit;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue