diff options
Diffstat (limited to 'src/plugins/General/history')
| -rw-r--r-- | src/plugins/General/history/history.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/General/history/history.cpp b/src/plugins/General/history/history.cpp index 89f732f05..21ed05d36 100644 --- a/src/plugins/General/history/history.cpp +++ b/src/plugins/General/history/history.cpp @@ -55,6 +55,7 @@ History::History(QObject *parent) : QObject(parent) } QAction *action = new QAction(tr("History"), this); + action->setShortcut(tr("Alt+H")); action->setIcon(QIcon::fromTheme("text-x-generic")); UiHelper::instance()->addAction(action, UiHelper::TOOLS_MENU); connect(action, SIGNAL(triggered()), SLOT(showHistoryWindow())); |
