mirror of
https://github.com/alexkay/spek.git
synced 2025-04-21 19:07:37 +03:00
Fix compilation under wx28
This commit is contained in:
parent
68989c8b6f
commit
dcec7595f7
@ -36,7 +36,7 @@ SpekWindow::SpekWindow(const wxString& path) :
|
||||
{
|
||||
SetTitle(_("Spek - Acoustic Spectrum Analyser"));
|
||||
// TODO: test on all platforms
|
||||
SetIcon(wxIcon(wxT("spek")));
|
||||
//SetIcon(wxIcon(wxT("spek")));
|
||||
|
||||
wxMenuBar *menu = new wxMenuBar();
|
||||
|
||||
|
@ -68,8 +68,10 @@ bool Spek::OnInit()
|
||||
wxT_2("FILE"),
|
||||
wxCMD_LINE_VAL_STRING,
|
||||
wxCMD_LINE_PARAM_OPTIONAL
|
||||
},
|
||||
wxCMD_LINE_DESC_END
|
||||
}, {
|
||||
// TODO: use wxCMD_LINE_DESC_END after settling on wx29.
|
||||
wxCMD_LINE_NONE, NULL, NULL, NULL, wxCMD_LINE_VAL_NONE, 0
|
||||
}
|
||||
};
|
||||
|
||||
wxCmdLineParser parser(desc, argc, argv);
|
||||
|
Loading…
x
Reference in New Issue
Block a user