[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kate/Applications/16.04] kwrite: KWrite: use proper document close icon
From:       Dominik Haumann <dhaumann () kde ! org>
Date:       2016-04-30 21:08:27
Message-ID: E1awc7n-0006TJ-B2 () scm ! kde ! org
[Download RAW message or body]

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 = 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 current \
document"));  m_closeAction->setDisabled(true);
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic