Browse Source

Compile Fix: past commit

Herman Schoenfeld 7 years ago
parent
commit
17225064d3

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