aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/UpdateGUI.cpp2
-rw-r--r--src/license.h6
2 files changed, 7 insertions, 1 deletions
diff --git a/src/UpdateGUI.cpp b/src/UpdateGUI.cpp
index 0eabffe..ed8277e 100644
--- a/src/UpdateGUI.cpp
+++ b/src/UpdateGUI.cpp
@@ -43,7 +43,7 @@ bool UpdateGUI::OnInit()
UpdateGUIFrame::UpdateGUIFrame(const wxString& title, const wxPoint& pos, const wxSize& size)
: wxFrame(NULL, wxID_ANY, title, pos, size)
{
- SetBackgroundColour(wxColour(220, 230, 250));
+ SetBackgroundColour(wxColour(220, 220, 220));
wxMenu *menuFile = new wxMenu;
menuFile->Append(wxID_UPDATEFILE,
diff --git a/src/license.h b/src/license.h
new file mode 100644
index 0000000..0ff939f
--- /dev/null
+++ b/src/license.h
@@ -0,0 +1,6 @@
+#ifndef LICENSE_H
+#define LICENSE_H 1
+
+#define ALL_LICENSES \
+
+#endif