mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 13:00:25 +02:00
startlazarus: when sysem exe is missing show the file name
git-svn-id: trunk@30032 -
This commit is contained in:
parent
b33e2233b0
commit
6902c0cb8b
@ -316,7 +316,7 @@ begin
|
||||
if FileExistsUTF8(CustomExe) then begin
|
||||
// only the custom exists => warn user
|
||||
MessageDlg('System default is missing',
|
||||
'The system default lazarus executable is missing, but your custom'
|
||||
'The system default lazarus executable "'+DefaultExe+'" is missing, but your custom'
|
||||
+'executable is still there:'#13
|
||||
+CustomExe+#13
|
||||
+'This will be started ...'
|
||||
|
Loading…
Reference in New Issue
Block a user