mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 21:00:43 +02:00
MG: fixed typo
git-svn-id: trunk@1179 -
This commit is contained in:
parent
0d13924124
commit
bb9f2ffbaa
@ -609,7 +609,7 @@ begin
|
|||||||
with Context do begin
|
with Context do begin
|
||||||
MainWidget:=PGtkWidget(WinControl.Handle);
|
MainWidget:=PGtkWidget(WinControl.Handle);
|
||||||
if MainWidget=nil then exit;
|
if MainWidget=nil then exit;
|
||||||
if MainWindow<>nil then
|
if MainWidget<>nil then
|
||||||
MainWindow:=GetControlWindow(MainWidget)
|
MainWindow:=GetControlWindow(MainWidget)
|
||||||
else
|
else
|
||||||
exit;
|
exit;
|
||||||
@ -6535,6 +6535,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.277 2002/11/03 20:53:37 lazarus
|
||||||
|
MG: fixed typo
|
||||||
|
|
||||||
Revision 1.276 2002/11/02 22:25:36 lazarus
|
Revision 1.276 2002/11/02 22:25:36 lazarus
|
||||||
MG: implemented TMethodList and Application Idle handlers
|
MG: implemented TMethodList and Application Idle handlers
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user