spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit cd743f4ff3953eaba93cb413e6ebc4bc4007e571
parent 096df6de899af6115a280da9326fc4480f664125
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Mon,  3 Sep 2012 17:24:01 -0700

Show icon in the About dialogue

Diffstat:
Msrc/spek-window.cc | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/spek-window.cc b/src/spek-window.cc @@ -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); }