mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 10:59:07 +02:00
MG: fixed typo
git-svn-id: trunk@1467 -
This commit is contained in:
parent
eb8ad3a7c7
commit
9891d77a52
@ -43,7 +43,7 @@ interface
|
|||||||
{ $DEFINE ShowSearchPaths}
|
{ $DEFINE ShowSearchPaths}
|
||||||
{ $DEFINE ShowTriedFiles}
|
{ $DEFINE ShowTriedFiles}
|
||||||
{ $DEFINE ShowTriedContexts}
|
{ $DEFINE ShowTriedContexts}
|
||||||
{$DEFINE ShowExprEval}
|
{ $DEFINE ShowExprEval}
|
||||||
{ $DEFINE ShowFoundIdentifier}
|
{ $DEFINE ShowFoundIdentifier}
|
||||||
{ $DEFINE ShowCachedIdentifiers}
|
{ $DEFINE ShowCachedIdentifiers}
|
||||||
{ $DEFINE ShowNodeCache}
|
{ $DEFINE ShowNodeCache}
|
||||||
|
@ -3703,7 +3703,7 @@ begin
|
|||||||
Left:=5;
|
Left:=5;
|
||||||
Width:=MaxX-Left-Left;
|
Width:=MaxX-Left-Left;
|
||||||
Height:=16;
|
Height:=16;
|
||||||
Caption:='Hint: right click on the command you want to edit';
|
Caption:='Hint: click on the command you want to edit';
|
||||||
Visible:=true;
|
Visible:=true;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user