mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 23:50:25 +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}
|
{$endif}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
GraphType, SysUtils, Classes, vclGlobals, LMessages, LCLType, LCLProc,
|
GraphType, SysUtils, LCLStrConsts, Classes, vclGlobals, LMessages, LCLType,
|
||||||
LCLLinux, LResources, GraphMath;
|
LCLProc, LCLLinux, LResources, GraphMath;
|
||||||
|
|
||||||
|
|
||||||
const
|
const
|
||||||
@ -962,6 +962,9 @@ end.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$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
|
Revision 1.63 2003/02/26 12:44:52 mattias
|
||||||
readonly flag is now only saved if user set
|
readonly flag is now only saved if user set
|
||||||
|
|
||||||
|
@ -1060,7 +1060,7 @@ begin
|
|||||||
begin
|
begin
|
||||||
CreateHandle;
|
CreateHandle;
|
||||||
if FHandle = 0
|
if FHandle = 0
|
||||||
then raise EInvalidOperation.Create('Canvas does not allow drawing');
|
then raise EInvalidOperation.Create(rsCanvasDoesNotAllowDrawing);
|
||||||
Include(FState, csHandleValid);
|
Include(FState, csHandleValid);
|
||||||
end;
|
end;
|
||||||
if csFontValid in Needed then CreateFont;
|
if csFontValid in Needed then CreateFont;
|
||||||
@ -1155,6 +1155,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$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
|
Revision 1.40 2003/02/26 12:44:52 mattias
|
||||||
readonly flag is now only saved if user set
|
readonly flag is now only saved if user set
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user