diff options
author | Matt Corallo <matt@bluematt.me> | 2011-06-29 01:08:48 +0200 |
---|---|---|
committer | Matt Corallo <matt@bluematt.me> | 2011-07-13 02:11:25 +0200 |
commit | 81598083e7c822964815bdb1e26d6c62760e52b8 (patch) | |
tree | 3b2beb6045bdaa4563c351e397214829dde3e3bf /src/uibase.h | |
parent | 98545d2cdf53f7b6f32eba7a7f51034a9ca994c2 (diff) |
Dynamically remove/insert the Options for encryption in the menus.
Diffstat (limited to 'src/uibase.h')
-rw-r--r-- | src/uibase.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uibase.h b/src/uibase.h index e2dbb0bd4d..ca0730b20e 100644 --- a/src/uibase.h +++ b/src/uibase.h @@ -117,6 +117,8 @@ class CMainFrameBase : public wxFrame public: wxMenu* m_menuOptions; + wxMenuItem* m_menuOptionsEncryptWallet; + wxMenuItem* m_menuOptionsChangeWalletPassphrase; wxStatusBar* m_statusBar; wxTextCtrl* m_textCtrlAddress; wxListCtrl* m_listCtrlAll; |