aboutsummaryrefslogtreecommitdiff
path: root/ui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui.cpp')
-rw-r--r--ui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui.cpp b/ui.cpp
index 6a1f6bafaf..54cfa2a2a0 100644
--- a/ui.cpp
+++ b/ui.cpp
@@ -250,7 +250,7 @@ CMainFrame::CMainFrame(wxWindow* parent) : CMainFrameBase(parent)
#ifdef __WXMSW__
SetIcon(wxICON(bitcoin));
#else
- SetIcon(bitcoin20_xpm);
+ SetIcon(bitcoin80_xpm);
SetBackgroundColour(m_toolBar->GetBackgroundColour());
wxFont fontTmp = m_staticText41->GetFont();
fontTmp.SetFamily(wxFONTFAMILY_TELETYPE);
@@ -2439,7 +2439,7 @@ void CMyTaskBarIcon::Show(bool fShow)
#ifdef __WXMSW__
SetIcon(wxICON(bitcoin), strTooltip);
#else
- SetIcon(bitcoin20_xpm, strTooltip);
+ SetIcon(bitcoin80_xpm, strTooltip);
#endif
}
}