1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-08 09:36:24 +01: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

View File

@@ -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);