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:
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user