Git commit 0852d41175169219925773a4991f58c48a39d8bc by Dominik Haumann. Committed on 30/04/2016 at 21:08. Pushed by dhaumann into branch 'Applications/16.04'. KWrite: use proper document close icon CCBUG: 362447 M +1 -0 kwrite/kwrite.cpp http://commits.kde.org/kate/0852d41175169219925773a4991f58c48a39d8bc diff --git a/kwrite/kwrite.cpp b/kwrite/kwrite.cpp index 81061de..ad1d919 100644 --- a/kwrite/kwrite.cpp +++ b/kwrite/kwrite.cpp @@ -148,6 +148,7 @@ QSize KWrite::sizeHint () const void KWrite::setupActions() { m_closeAction =3D actionCollection()->addAction(KStandardAction::Close= , QStringLiteral("file_close"), this, SLOT(slotFlush())); + m_closeAction->setIcon(QIcon::fromTheme(QStringLiteral("document-close= "))); m_closeAction->setWhatsThis(i18n("Use this command to close the curren= t document")); m_closeAction->setDisabled(true); =20