summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
diff options
context:
space:
mode:
authorSérgio Martins <sergio.martins@kdab.com>2014-12-22 09:04:56 +0000
committerSérgio Martins <sergio.martins@kdab.com>2014-12-22 21:39:16 +0100
commitcd96a34d6db821aa24275fedf1c58eda2b34973a (patch)
treeeb2bcfe0c1a6a75aa0aa0a365a8ab4acbf4bbcee /src/widgets/dialogs
parentf9f54bc0e46e6abc88316e653347036994e2eba9 (diff)
QColorDialog: Add missing accelerator key
Change-Id: Ibafe9f1bf36a8c19fb7f3f66e425db2e7d9f84ca Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Diffstat (limited to 'src/widgets/dialogs')
-rw-r--r--src/widgets/dialogs/qcolordialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/dialogs/qcolordialog.cpp b/src/widgets/dialogs/qcolordialog.cpp
index 7799c3202d..e34364bde0 100644
--- a/src/widgets/dialogs/qcolordialog.cpp
+++ b/src/widgets/dialogs/qcolordialog.cpp
@@ -1662,7 +1662,7 @@ void QColorDialogPrivate::initWidgets()
#if !defined(Q_OS_WINCE) && !defined(QT_SMALL_COLORDIALOG)
// The screen color picker button
- screenColorPickerButton = new QPushButton(QColorDialog::tr("Pick Screen Color"));
+ screenColorPickerButton = new QPushButton(QColorDialog::tr("&Pick Screen Color"));
leftLay->addWidget(screenColorPickerButton);
lblScreenColorInfo = new QLabel(QLatin1String("\n"));
leftLay->addWidget(lblScreenColorInfo);