QColorDialog: Add missing accelerator key
Change-Id: Ibafe9f1bf36a8c19fb7f3f66e425db2e7d9f84ca Reviewed-by: Marc Mutz <marc.mutz@kdab.com>bb10
parent
f9f54bc0e4
commit
cd96a34d6d
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue