diff options
| author | Pino Toscano <[email protected]> | 2012-10-13 09:27:54 +0200 |
|---|---|---|
| committer | Pino Toscano <[email protected]> | 2012-10-13 09:27:54 +0200 |
| commit | c239ae19de0e9aa8d27dc6b1b813421bdb7379fa (patch) | |
| tree | 402cea89d516d3b6802af7d124ea79e57f622f5e /src/views | |
| parent | bc662543042a7677538ecb95a16f31b460b2b661 (diff) | |
| parent | 67cae55f9dea31fe901584645515f0b29a6d922d (diff) | |
Merge remote-tracking branch 'origin/KDE/4.9'
Diffstat (limited to 'src/views')
| -rw-r--r-- | src/views/dolphinviewactionhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/dolphinviewactionhandler.cpp b/src/views/dolphinviewactionhandler.cpp index 7f23b7d54..0249964ac 100644 --- a/src/views/dolphinviewactionhandler.cpp +++ b/src/views/dolphinviewactionhandler.cpp @@ -137,7 +137,7 @@ void DolphinViewActionHandler::createActions() // Well, it's the File menu in dolphinmainwindow and the Edit menu in dolphinpart... :) propertiesAction->setText( i18nc("@action:inmenu File", "Properties") ); propertiesAction->setIcon(KIcon("document-properties")); - propertiesAction->setShortcut(Qt::ALT | Qt::Key_Return); + propertiesAction->setShortcuts(QList<QKeySequence>() << Qt::ALT + Qt::Key_Return << Qt::ALT + Qt::Key_Enter); connect(propertiesAction, SIGNAL(triggered()), SLOT(slotProperties())); // View menu |
