mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 01:56:36 +08:00
Cosmetic: clarify a comment.
This commit is contained in:
@ -1723,7 +1723,9 @@ begin
|
||||
begin
|
||||
// Most likely we have a wrong filter-clause when this happens
|
||||
LogSQL( E.Message, True );
|
||||
// Put the user with his nose onto the wrong filter he specified
|
||||
// Put the user with his nose onto the wrong filter
|
||||
// either specified by user or
|
||||
// created by HeidiSQL by using the search box
|
||||
if ( SynMemoFilter.CanFocus ) then
|
||||
begin
|
||||
SynMemoFilter.SetFocus();
|
||||
|
Reference in New Issue
Block a user