From 42605ce8bcc9bd01b86491c74fee14de77960868 Mon Sep 17 00:00:00 2001 From: s_nakamoto Date: Wed, 26 May 2010 00:05:26 +0000 Subject: better prevention of inventory relaying during initial download, message checksum between nodes with 0.2.9 or higher, optimization level up from -O0 to -O2, rpc functions: setlabel, getlabel, getaddressesbylabel, getreceivedbyaddress, getreceivedbylabel, listreceivedbyaddress, listreceivedbylabel -- version 0.2.9 git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@78 1a98c847-1fd6-4fd8-948a-caf3550aa51b --- uibase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uibase.h') diff --git a/uibase.h b/uibase.h index e2f0a1c095..331934b826 100644 --- a/uibase.h +++ b/uibase.h @@ -77,7 +77,6 @@ class CMainFrameBase : public wxFrame wxMenu* m_menuFile; wxMenu* m_menuHelp; wxToolBar* m_toolBar; - wxStatusBar* m_statusBar; wxStaticText* m_staticText32; wxButton* m_buttonNew; @@ -121,6 +120,7 @@ class CMainFrameBase : public wxFrame public: wxMenu* m_menuOptions; + wxStatusBar* m_statusBar; wxTextCtrl* m_textCtrlAddress; wxListCtrl* m_listCtrlAll; wxListCtrl* m_listCtrlSentReceived; -- cgit v1.2.3