mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 18:12:05 +08:00
Cosmetic: clarify a comment.
This commit is contained in:
@ -1723,7 +1723,9 @@ begin
|
|||||||
begin
|
begin
|
||||||
// Most likely we have a wrong filter-clause when this happens
|
// Most likely we have a wrong filter-clause when this happens
|
||||||
LogSQL( E.Message, True );
|
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
|
if ( SynMemoFilter.CanFocus ) then
|
||||||
begin
|
begin
|
||||||
SynMemoFilter.SetFocus();
|
SynMemoFilter.SetFocus();
|
||||||
|
Reference in New Issue
Block a user