aboutsummaryrefslogtreecommitdiff
path: root/src/uibase.h
diff options
context:
space:
mode:
authorMatt Corallo <matt@bluematt.me>2011-06-29 01:08:48 +0200
committerMatt Corallo <matt@bluematt.me>2011-07-13 02:11:25 +0200
commit81598083e7c822964815bdb1e26d6c62760e52b8 (patch)
tree3b2beb6045bdaa4563c351e397214829dde3e3bf /src/uibase.h
parent98545d2cdf53f7b6f32eba7a7f51034a9ca994c2 (diff)
downloadbitcoin-81598083e7c822964815bdb1e26d6c62760e52b8.tar.xz
Dynamically remove/insert the Options for encryption in the menus.
Diffstat (limited to 'src/uibase.h')
-rw-r--r--src/uibase.h2
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;