mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 20:15:58 +02:00
IDE: configure build lazarus: mode: using translations
git-svn-id: trunk@14204 -
This commit is contained in:
parent
7d5ebc36db
commit
d1f4791230
@ -910,7 +910,7 @@ begin
|
||||
x:=ItemsListBox.ClientWidth-90;
|
||||
ItemsListBox.Canvas.TextOut(x+2,
|
||||
ARect.Top+(ARect.Bottom-ARect.Top-TxtH) div 2,
|
||||
MakeModeNames[CurItem.MakeMode]);
|
||||
GetTranslatedMakeModes(CurItem.MakeMode));
|
||||
end;
|
||||
|
||||
procedure TConfigureBuildLazarusDlg.ItemsListBoxMouseDown(Sender: TOBject; Button: TMouseButton;
|
||||
|
Loading…
Reference in New Issue
Block a user