summaryrefslogtreecommitdiff
path: root/LiteEditor/CodeLiteUpgradeFrameBase.cpp
diff options
context:
space:
mode:
authorJames Cowgill <james410@cowgill.org.uk>2015-05-12 21:04:54 +0100
committerJames Cowgill <james410@cowgill.org.uk>2015-05-12 21:04:54 +0100
commita4eb61cf4875ae307adae614b3e26887b4db7c97 (patch)
treef76fa47f114bda597246edcc5ab7b13fc2c5db2f /LiteEditor/CodeLiteUpgradeFrameBase.cpp
parentaa2c06da65aa3aaf5b5d7eb5947b24f723b2e1b3 (diff)
Imported Upstream version 8.0.1+dfsg
Diffstat (limited to 'LiteEditor/CodeLiteUpgradeFrameBase.cpp')
-rw-r--r--LiteEditor/CodeLiteUpgradeFrameBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/LiteEditor/CodeLiteUpgradeFrameBase.cpp b/LiteEditor/CodeLiteUpgradeFrameBase.cpp
index 7b1e296e..8c5292ea 100644
--- a/LiteEditor/CodeLiteUpgradeFrameBase.cpp
+++ b/LiteEditor/CodeLiteUpgradeFrameBase.cpp
@@ -33,7 +33,7 @@ clInitializeDialogBase::clInitializeDialogBase(wxWindow* parent, wxWindowID id,
wxBoxSizer* boxSizer6 = new wxBoxSizer(wxVERTICAL);
m_panel4->SetSizer(boxSizer6);
- m_banner = new wxBannerWindow(m_panel4, wxID_ANY, wxTOP, wxDefaultPosition, wxSize(-1,-1), 0);
+ m_banner = new wxBannerWindow(m_panel4, wxID_ANY, wxTOP, wxDefaultPosition, wxSize(-1,-1), wxBORDER_THEME);
m_banner->SetBitmap(wxNullBitmap);
m_banner->SetText(_("Initializing CodeLite"), wxT(""));
m_banner->SetGradient(wxSystemSettings::GetColour(wxSYS_COLOUR_ACTIVECAPTION), wxSystemSettings::GetColour(wxSYS_COLOUR_ACTIVECAPTION));