Fix wrong error message text and indentation.

This commit is contained in:
Ansgar Becker
2010-11-20 09:07:11 +00:00
parent 08cdd86c9d
commit ae32d4d91e

View File

@ -6943,7 +6943,7 @@ begin
except
end;
if not Assigned(DBtree.FocusedNode) then
raise Exception.Create('Error Message');
raise Exception.Create('Could not find node to focus.');
finally
FTreeRefreshInProgress := False;