소스 검색

Compile Fix: past commit

Herman Schoenfeld 7 년 전
부모
커밋
17225064d3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/gui/wizards/operations/UWIZEnlistAccountForSale_Confirmation.pas

+ 2 - 2
src/gui/wizards/operations/UWIZEnlistAccountForSale_Confirmation.pas

@@ -105,8 +105,8 @@ begin
   data.Model := Model;
   FEnlistAccountsGrid.DataSource := data;
   paGrid.AddControlDockCenter(FEnlistAccountsGrid);
-  lblSgnAcc.Caption := Model.Signer.SignerAccount.DisplayText;
-  lblSellerAcc.Caption := Model.EnlistAccountForSale.SellerAccount.DisplayText;
+  lblSgnAcc.Caption := Model.Signer.SignerAccount.DisplayString;
+  lblSellerAcc.Caption := Model.EnlistAccountForSale.SellerAccount.DisplayString;
 end;
 
 procedure TWIZEnlistAccountForSale_Confirmation.OnNext;