mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 07:49:33 +02:00
added DumpExceptionBackTrace in case of error when loading an lfm.
git-svn-id: trunk@7392 -
This commit is contained in:
parent
37655d03e5
commit
11d54b83a7
@ -4297,6 +4297,7 @@ begin
|
||||
Result:=mrOk;
|
||||
except
|
||||
on E: Exception do begin
|
||||
DumpExceptionBackTrace;
|
||||
ACaption:=lisFormatError;
|
||||
AText:=Format(lisUnableToConvertTextFormDataOfFileIntoBinaryStream,
|
||||
[#13, '"', LFMBuf.Filename, '"', #13, E.Message]);
|
||||
@ -11820,6 +11821,9 @@ end.
|
||||
|
||||
{ =============================================================================
|
||||
$Log$
|
||||
Revision 1.887 2005/07/22 07:55:30 vincents
|
||||
added DumpExceptionBackTrace in case of error when loading an lfm.
|
||||
|
||||
Revision 1.886 2005/07/15 17:42:45 mattias
|
||||
extended MakeResourceString function to auto adjust at string constants boundaries
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user