mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 20:59:08 +02:00
increased rpm version
git-svn-id: trunk@4669 -
This commit is contained in:
parent
75559f2971
commit
96c1120007
@ -2343,6 +2343,19 @@ Begin
|
|||||||
DoEnter;
|
DoEnter;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
{------------------------------------------------------------------------------
|
||||||
|
Method: TWinControl.LMKillFocus
|
||||||
|
Params: Msg: The message
|
||||||
|
Returns: nothing
|
||||||
|
|
||||||
|
event handler.
|
||||||
|
------------------------------------------------------------------------------}
|
||||||
|
procedure TWinControl.WMKillFocus(var Message: TLMKillFocus);
|
||||||
|
begin
|
||||||
|
Assert(False, Format('Trace: TODO: [TWinControl.LMKillFocus] %s', [ClassName]));
|
||||||
|
DoExit;
|
||||||
|
end;
|
||||||
|
|
||||||
{------------------------------------------------------------------------------
|
{------------------------------------------------------------------------------
|
||||||
Method: TWinControl.WMPaint
|
Method: TWinControl.WMPaint
|
||||||
Params: Msg: The paint message
|
Params: Msg: The paint message
|
||||||
@ -2513,19 +2526,6 @@ Begin
|
|||||||
//Inherited ;
|
//Inherited ;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{------------------------------------------------------------------------------
|
|
||||||
Method: TWinControl.LMKillFocus
|
|
||||||
Params: Msg: The message
|
|
||||||
Returns: nothing
|
|
||||||
|
|
||||||
event handler.
|
|
||||||
------------------------------------------------------------------------------}
|
|
||||||
procedure TWinControl.WMKillFocus(var Message: TLMKillFocus);
|
|
||||||
begin
|
|
||||||
Assert(False, Format('Trace: TODO: [TWinControl.LMKillFocus] %s', [ClassName]));
|
|
||||||
DoExit;
|
|
||||||
end;
|
|
||||||
|
|
||||||
{------------------------------------------------------------------------------
|
{------------------------------------------------------------------------------
|
||||||
Method: TWinControl.WMShowWindow
|
Method: TWinControl.WMShowWindow
|
||||||
Params: Msg: The message
|
Params: Msg: The message
|
||||||
@ -3096,6 +3096,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.173 2003/09/25 09:01:54 mattias
|
||||||
|
increased rpm version
|
||||||
|
|
||||||
Revision 1.172 2003/09/23 08:00:46 mattias
|
Revision 1.172 2003/09/23 08:00:46 mattias
|
||||||
improved OnEnter for gtkcombo
|
improved OnEnter for gtkcombo
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ if [ "x$FPCRPM" = "x" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
Date=20$Year$Month$Day
|
Date=20$Year$Month$Day
|
||||||
LazVersion=0.9.0.4
|
LazVersion=0.9.0.5
|
||||||
LazRelease=`echo $FPCRPM | sed -e 's/-/_/g'`
|
LazRelease=`echo $FPCRPM | sed -e 's/-/_/g'`
|
||||||
SrcTGZ=lazarus-$Date.tgz
|
SrcTGZ=lazarus-$Date.tgz
|
||||||
TmpDir=/tmp/lazarus$LazVersion
|
TmpDir=/tmp/lazarus$LazVersion
|
||||||
|
Loading…
Reference in New Issue
Block a user