]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Different icon to launch Konsole terminal
authorAlexander Lohnau <alexander.lohnau@gmx.de>
Tue, 17 Nov 2020 19:23:02 +0000 (20:23 +0100)
committerAlexander Lohnau <alexander.lohnau@gmx.de>
Wed, 18 Nov 2020 18:59:04 +0000 (18:59 +0000)
src/dolphinmainwindow.cpp

index 0c4c3c88177b1f43b2fcb46763738e1b01284347..64311ea15a8d091847803589e45e7f7abd53884b 100644 (file)
@@ -1631,7 +1631,7 @@ void DolphinMainWindow::setupActions()
         openTerminal->setWhatsThis(xi18nc("@info:whatsthis",
             "<para>This opens a <emphasis>terminal</emphasis> application for the viewed location.</para>"
             "<para>To learn more about terminals use the help in the terminal application.</para>"));
-        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);