diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-06-21 01:33:44 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-06-21 01:33:44 +0000 |
commit | 3ca507a6eb1cecbf40a907a52c27128efb666ec0 (patch) | |
tree | 97973a93f646b9350a332cef285f68ec44fc68c5 /uibase.h | |
parent | c58e10565e923c64a38a423b10e797b49a136ad4 (diff) |
fixed colors on ubuntu lucid,
enabled -O2 in makefile.unix,
boost removed -mt from their library names in 1.40,
updated bitcoin icon,
hashmeter,
generated and hashmeter log entries
-- version 0.2.13
Diffstat (limited to 'uibase.h')
-rw-r--r-- | uibase.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -25,9 +25,9 @@ #include <wx/textctrl.h>
#include <wx/button.h>
#include <wx/sizer.h>
-#include <wx/panel.h>
#include <wx/choice.h>
#include <wx/listctrl.h>
+#include <wx/panel.h>
#include <wx/notebook.h>
#include <wx/frame.h>
#include <wx/html/htmlwin.h>
@@ -82,7 +82,6 @@ class CMainFrameBase : public wxFrame wxButton* m_buttonNew;
wxButton* m_buttonCopy;
- wxPanel* m_panel14;
wxStaticText* m_staticText41;
wxStaticText* m_staticTextBalance;
@@ -228,7 +227,7 @@ class CAboutDialogBase : public wxDialog public:
wxStaticText* m_staticTextVersion;
- CAboutDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("About Bitcoin"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 532,329 ), long style = wxDEFAULT_DIALOG_STYLE );
+ CAboutDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("About Bitcoin"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 532,315 ), long style = wxDEFAULT_DIALOG_STYLE );
~CAboutDialogBase();
};
|