Explorar o código

Compile Fix: past commit

Herman Schoenfeld %!s(int64=7) %!d(string=hai) anos
pai
achega
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;