mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 19:30:21 +02:00
ChmHelp: replace #13 with LineEnding in a message dialog.
git-svn-id: trunk@45526 -
This commit is contained in:
parent
6bbcc0f7ac
commit
184cf4ee40
@ -463,10 +463,10 @@ begin
|
||||
HelpExeFileName:=GetHelpExe;
|
||||
if (not FileExistsUTF8(HelpExeFileName)) and
|
||||
((ExtractFileNameOnly(HelpExeFileName) = 'lhelp') and (CheckBuildLHelp <> mrOK)) then begin
|
||||
IDEMessageDialog(HELP_MissingLhelp, Format(
|
||||
HELP_UnableToFindTheLhelpViewerPleaseCompileTheLhelpPro,
|
||||
[#13, HelpExeFileName, #13, #13, #13,
|
||||
SetDirSeparators('components/chmhelp/lhelp/lhelp.lpi')]),
|
||||
IDEMessageDialog(HELP_MissingLhelp,
|
||||
Format(HELP_UnableToFindTheLhelpViewerPleaseCompileTheLhelpPro,
|
||||
[LineEnding, HelpExeFileName, LineEnding, LineEnding, LineEnding,
|
||||
SetDirSeparators('components/chmhelp/lhelp/lhelp.lpi')]),
|
||||
mtError,[mbCancel]);
|
||||
exit;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user