mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:19:37 +02:00
more localization for gtk- and win32-interface and lcl
git-svn-id: trunk@2716 -
This commit is contained in:
parent
86d242b552
commit
7739109e56
@ -32,8 +32,8 @@ interface
|
||||
{$endif}
|
||||
|
||||
uses
|
||||
GraphType, SysUtils, Classes, vclGlobals, LMessages, LCLType, LCLProc,
|
||||
LCLLinux, LResources, GraphMath;
|
||||
GraphType, SysUtils, LCLStrConsts, Classes, vclGlobals, LMessages, LCLType,
|
||||
LCLProc, LCLLinux, LResources, GraphMath;
|
||||
|
||||
|
||||
const
|
||||
@ -962,6 +962,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.64 2003/03/11 07:46:43 mattias
|
||||
more localization for gtk- and win32-interface and lcl
|
||||
|
||||
Revision 1.63 2003/02/26 12:44:52 mattias
|
||||
readonly flag is now only saved if user set
|
||||
|
||||
|
@ -1060,7 +1060,7 @@ begin
|
||||
begin
|
||||
CreateHandle;
|
||||
if FHandle = 0
|
||||
then raise EInvalidOperation.Create('Canvas does not allow drawing');
|
||||
then raise EInvalidOperation.Create(rsCanvasDoesNotAllowDrawing);
|
||||
Include(FState, csHandleValid);
|
||||
end;
|
||||
if csFontValid in Needed then CreateFont;
|
||||
@ -1155,6 +1155,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.41 2003/03/11 07:46:43 mattias
|
||||
more localization for gtk- and win32-interface and lcl
|
||||
|
||||
Revision 1.40 2003/02/26 12:44:52 mattias
|
||||
readonly flag is now only saved if user set
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user