diff -r ef0373b55136 -r 758a864f9613 examples/phonon/qmusicplayer/mainwindow.cpp --- a/examples/phonon/qmusicplayer/mainwindow.cpp Fri Sep 17 08:34:18 2010 +0300 +++ b/examples/phonon/qmusicplayer/mainwindow.cpp Mon Oct 04 01:19:32 2010 +0300 @@ -248,7 +248,7 @@ void MainWindow::setupActions() { playAction = new QAction(style()->standardIcon(QStyle::SP_MediaPlay), tr("Play"), this); - playAction->setShortcut(tr("Crl+P")); + playAction->setShortcut(tr("Ctrl+P")); playAction->setDisabled(true); pauseAction = new QAction(style()->standardIcon(QStyle::SP_MediaPause), tr("Pause"), this); pauseAction->setShortcut(tr("Ctrl+A"));