Make icon show on actual window

This commit is contained in:
Raul Tambre 2015-07-08 19:16:18 +03:00
parent 61cd591ad5
commit 0acd37a328
2 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ MainFrame::MainFrame()
menu_help->Append(id_help_about, "&About...");
SetMenuBar(menubar);
SetIcon(wxICON(frame_icon));
// Panels
m_log_frame = new LogFrame(this);

Binary file not shown.