forked from qt-creator/qt-creator
Valgrind: Use "Copy" instead of "Copy Selection"
There are no other copy related (menu) action, so it's clear that "Copy" applies to the current selection. Change-Id: I1042e6be2be79a7865fedeb0d84ea968ce4b41dd Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
@@ -286,7 +286,7 @@ MemcheckErrorView::MemcheckErrorView(QWidget *parent)
|
||||
setItemDelegate(delegate);
|
||||
|
||||
m_copyAction = new QAction(this);
|
||||
m_copyAction->setText(tr("Copy Selection"));
|
||||
m_copyAction->setText(tr("Copy"));
|
||||
m_copyAction->setIcon(QIcon(QLatin1String(Core::Constants::ICON_COPY)));
|
||||
m_copyAction->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_C));
|
||||
m_copyAction->setShortcutContext(Qt::WidgetWithChildrenShortcut);
|
||||
|
||||
Reference in New Issue
Block a user