Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 110809 | Differences between
and this patch

Collapse All | Expand All

(-)audacity-src-1.2.4b/src/effects/ToneGen.cpp (-1 / +1 lines)
Lines 265-271 Link Here
265
   item2->Add(item3, 0, wxALIGN_CENTRE | wxALL, 5);
265
   item2->Add(item3, 0, wxALIGN_CENTRE | wxALL, 5);
266
266
267
   wxChoice *item4 = new wxChoice(parent, ID_WAVEFORM, wxDefaultPosition,
267
   wxChoice *item4 = new wxChoice(parent, ID_WAVEFORM, wxDefaultPosition,
268
                                  wxSize(80, -1), 0, NULL);
268
                                  wxSize(80, -1), 0, (wxString*)NULL);
269
   item2->Add(item4, 0, wxALIGN_CENTRE | wxALL, 5);
269
   item2->Add(item4, 0, wxALIGN_CENTRE | wxALL, 5);
270
270
271
   item0->Add(item2, 1, wxALIGN_CENTRE | wxALL, 5);
271
   item0->Add(item2, 1, wxALIGN_CENTRE | wxALL, 5);

Return to bug 110809