mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 16:19:46 +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;
|
||||
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
|
||||
Params: Msg: The paint message
|
||||
@ -2513,19 +2526,6 @@ Begin
|
||||
//Inherited ;
|
||||
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
|
||||
Params: Msg: The message
|
||||
@ -3096,6 +3096,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.173 2003/09/25 09:01:54 mattias
|
||||
increased rpm version
|
||||
|
||||
Revision 1.172 2003/09/23 08:00:46 mattias
|
||||
improved OnEnter for gtkcombo
|
||||
|
||||
|
@ -16,7 +16,7 @@ if [ "x$FPCRPM" = "x" ]; then
|
||||
fi
|
||||
|
||||
Date=20$Year$Month$Day
|
||||
LazVersion=0.9.0.4
|
||||
LazVersion=0.9.0.5
|
||||
LazRelease=`echo $FPCRPM | sed -e 's/-/_/g'`
|
||||
SrcTGZ=lazarus-$Date.tgz
|
||||
TmpDir=/tmp/lazarus$LazVersion
|
||||
|
Loading…
Reference in New Issue
Block a user