aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/history/history.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/history/history.cpp')
-rw-r--r--src/plugins/General/history/history.cpp1
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()));