IDE: configure build lazarus: mode: using translations

git-svn-id: trunk@14204 -
This commit is contained in:
mattias 2008-02-20 09:03:03 +00:00
parent 7d5ebc36db
commit d1f4791230

View File

@ -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;