QColorDialog: Add missing accelerator key

Change-Id: Ibafe9f1bf36a8c19fb7f3f66e425db2e7d9f84ca
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
bb10
Sérgio Martins 2014-12-22 09:04:56 +00:00
parent f9f54bc0e4
commit cd96a34d6d
1 changed files with 1 additions and 1 deletions

View File

@ -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);