diff options
| author | Elvis Angelaccio <[email protected]> | 2019-11-28 22:36:44 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2019-11-28 22:36:44 +0100 |
| commit | 26f0e55f84b4a745d3b5e47d8703406d13107d30 (patch) | |
| tree | e1aeb8e2142f88acede9c793d65bc3f16cf846de /src/dolphinmainwindow.cpp | |
| parent | fc4fd11c4dc7d5ca362a2241a69a18eaf8f65787 (diff) | |
| parent | 6776fbc94760188daeca0ab30e49f645f225f008 (diff) | |
Merge branch 'release/19.12'
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index e615fbab8..54cd1f0ef 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -1959,6 +1959,7 @@ void DolphinMainWindow::createControlButton() Q_ASSERT(!m_controlButton); m_controlButton = new QToolButton(this); + m_controlButton->setAccessibleName(i18nc("@action:intoolbar", "Control")); m_controlButton->setIcon(QIcon::fromTheme(QStringLiteral("application-menu"))); m_controlButton->setToolTip(i18nc("@action", "Show menu")); m_controlButton->setAttribute(Qt::WidgetAttribute::WA_CustomWhatsThis); |
