From: Alexander Lohnau Date: Tue, 17 Nov 2020 19:23:02 +0000 (+0100) Subject: Different icon to launch Konsole terminal X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/154843406de7855f845534f3e13612d258558827?ds=sidebyside Different icon to launch Konsole terminal --- diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 0c4c3c881..64311ea15 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -1631,7 +1631,7 @@ void DolphinMainWindow::setupActions() openTerminal->setWhatsThis(xi18nc("@info:whatsthis", "This opens a terminal application for the viewed location." "To learn more about terminals use the help in the terminal application.")); - openTerminal->setIcon(QIcon::fromTheme(QStringLiteral("dialog-scripts"))); + openTerminal->setIcon(QIcon::fromTheme(QStringLiteral("utilities-terminal"))); actionCollection()->setDefaultShortcut(openTerminal, Qt::SHIFT + Qt::Key_F4); connect(openTerminal, &QAction::triggered, this, &DolphinMainWindow::openTerminal);