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;