mirror of
https://github.com/alexkay/spek.git
synced 2025-04-17 00:52:20 +03:00
Show icon in the About dialogue
This commit is contained in:
parent
096df6de89
commit
cd743f4ff3
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user