diff --git a/src/Gui/KSMainWindow.cpp b/src/Gui/KSMainWindow.cpp --- a/src/Gui/KSMainWindow.cpp +++ b/src/Gui/KSMainWindow.cpp @@ -414,7 +414,7 @@ { setWindowTitle(location.fileName()); setWindowModified(false); - QAction* openContaining = new QAction(i18n("Open Containing Folder"), mMessageWidget); + QAction* openContaining = new QAction(QIcon::fromTheme(QStringLiteral("document-open-folder")), i18n("Open Containing Folder"), mMessageWidget); connect(openContaining, &QAction::triggered, [=] { KIO::highlightInFileManager({location});}); showInlineMessage(i18n("The screenshot was saved as %2", location.toLocalFile(), location.fileName()), KMessageWidget::Positive,