startlazarus: when sysem exe is missing show the file name

git-svn-id: trunk@30032 -
This commit is contained in:
mattias 2011-03-27 10:19:15 +00:00
parent b33e2233b0
commit 6902c0cb8b

View File

@ -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 ...'