Fix a typo

This commit is contained in:
Olivier Teulière 2012-12-29 16:00:28 +01:00
parent 0097519e96
commit 71b0a61547

View file

@ -312,7 +312,7 @@ void MainWindow::beep()
LOG_DEBUG("Beep!")
// FIXME: doesn't seem to be working on Ubuntu
// (even acter 'modprobe pcspkr' and when the 'beep' application works)
// (even after 'modprobe pcspkr' and when the 'beep' application works)
QApplication::beep();
}