mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 18:12:05 +08:00
Fix wrong error message text and indentation.
This commit is contained in:
@ -6942,8 +6942,8 @@ begin
|
||||
SetActiveDatabase('', FocusNewObject.Connection);
|
||||
except
|
||||
end;
|
||||
if not Assigned(DBtree.FocusedNode) then
|
||||
raise Exception.Create('Error Message');
|
||||
if not Assigned(DBtree.FocusedNode) then
|
||||
raise Exception.Create('Could not find node to focus.');
|
||||
|
||||
finally
|
||||
FTreeRefreshInProgress := False;
|
||||
|
Reference in New Issue
Block a user