Browse Source

minor adjustments to popup menu.

Ugochukwu Mmaduekwe 7 years ago
parent
commit
9cf63c85e0
2 changed files with 11 additions and 7 deletions
  1. 10 7
      src/gui/UCTRLWallet.lfm
  2. 1 0
      src/gui/UCTRLWallet.pas

+ 10 - 7
src/gui/UCTRLWallet.lfm

@@ -165,13 +165,16 @@ object CTRLWallet: TCTRLWallet
       Caption = 'Send PASC'
       Caption = 'Send PASC'
       OnClick = miSendPASCClick
       OnClick = miSendPASCClick
     end
     end
-    object miTransferAccounts: TMenuItem
-      Caption = 'Transfer Account(s)'
-      OnClick = miTransferAccountsClick
-    end
-    object miChangeAccountsPrivateKey: TMenuItem
-      Caption = 'Change Account(s) Private Key'
-      OnClick = miChangeAccountsPrivateKeyClick
+    object miChangeKey: TMenuItem
+      Caption = 'Change Key'
+      object miTransferAccounts: TMenuItem
+        Caption = 'Transfer Account(s)'
+        OnClick = miTransferAccountsClick
+      end
+      object miChangeAccountsPrivateKey: TMenuItem
+        Caption = 'Change Account(s) Private Key'
+        OnClick = miChangeAccountsPrivateKeyClick
+      end
     end
     end
     object miListAccountsForSale: TMenuItem
     object miListAccountsForSale: TMenuItem
       Caption = 'List Account(s) For Sale'
       Caption = 'List Account(s) For Sale'

+ 1 - 0
src/gui/UCTRLWallet.pas

@@ -32,6 +32,7 @@ type
     miCopyOphash: TMenuItem;
     miCopyOphash: TMenuItem;
     miOperationInfo: TMenuItem;
     miOperationInfo: TMenuItem;
     miSendPASC: TMenuItem;
     miSendPASC: TMenuItem;
+    miChangeKey: TMenuItem;
     miTransferAccounts: TMenuItem;
     miTransferAccounts: TMenuItem;
     miChangeAccountsPrivateKey: TMenuItem;
     miChangeAccountsPrivateKey: TMenuItem;
     miListAccountsForSale: TMenuItem;
     miListAccountsForSale: TMenuItem;