diff --git a/src/widgets/ProgressDialog.cpp b/src/widgets/ProgressDialog.cpp index 5a8135cb5..f3fd61092 100644 --- a/src/widgets/ProgressDialog.cpp +++ b/src/widgets/ProgressDialog.cpp @@ -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);