1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-31 16:12:32 +02:00

Reverting an accidentally commited change to workaround a compile error.

This commit is contained in:
clayton.otey@gmail.com 2010-06-11 21:08:44 +00:00
parent 317ed4bf17
commit bf8d375d42

@ -1369,7 +1369,7 @@ ProgressDialog::Beep()
wxSound s;
if (name.IsEmpty()) {
//s.Create(sizeof(beep), beep);
s.Create(sizeof(beep), beep);
}
else {
s.Create(name);