Browse Source

fix duplicate code.

Ugochukwu Mmaduekwe 7 years ago
parent
commit
6d77f55ad4
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/gui/UCTRLWallet.pas

+ 0 - 3
src/gui/UCTRLWallet.pas

@@ -617,9 +617,6 @@ begin
   miChangeAccountsPrivateKey.Caption :=
     IIF(ASelection.RowCount = 1, 'Change Account Private Key',
     'Change Accounts Private Key');
-  miEnlistAccountsForSale.Caption :=
-    IIF(ASelection.RowCount = 1, 'List Account For Sale',
-    'List Accounts For Sale');
   miEnlistAccountsForSale.Caption :=
     IIF(ASelection.RowCount = 1, 'Enlist Account For Sale',
     'Enlist Accounts For Sale');