Show icon in the About dialogue

This commit is contained in:
Alexander Kojevnikov 2012-09-03 17:24:01 -07:00
parent 096df6de89
commit cd743f4ff3

View File

@ -307,8 +307,7 @@ void SpekWindow::on_about(wxCommandEvent& event)
info.SetDescription(this->description);
#ifdef OS_UNIX
info.SetWebSite(wxT("http://spek-project.org/"), _("Spek Website"));
// TODO
// info.SetIcon();
info.SetIcon(wxArtProvider::GetIcon(wxT("spek"), wxART_OTHER, wxSize(128, 128)));
#endif
wxAboutBox(info);
}