examples/phonon/qmusicplayer/mainwindow.cpp
changeset 37 758a864f9613
parent 30 5dc02b23752f
--- 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"));