]> git.pld-linux.org Git - packages/audacity.git/blob - audacity-types.patch
- up to 1.2.4b
[packages/audacity.git] / audacity-types.patch
1 --- audacity-src-1.2.3/src/effects/ToneGen.cpp.orig     2004-11-18 07:17:30.000000000 +0100
2 +++ audacity-src-1.2.3/src/effects/ToneGen.cpp  2005-05-03 16:39:11.000000000 +0200
3 @@ -280,7 +280,7 @@
4     item2->Add(item3, 0, wxALIGN_CENTRE | wxALL, 5);
5  
6     wxChoice *item4 = new wxChoice(parent, ID_WAVEFORM, wxDefaultPosition,
7 -                                  wxSize(80, -1), 0, NULL);
8 +                                  wxSize(80, -1), 0, NULL, 0);
9     item2->Add(item4, 0, wxALIGN_CENTRE | wxALL, 5);
10  
11     item0->Add(item2, 1, wxALIGN_CENTRE | wxALL, 5);
This page took 0.057061 seconds and 3 git commands to generate.