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

List:       kde-commits
Subject:    [calligra] krita/plugins/extensions/dockers/defaultdockers: Add missing text to two actions
From:       Boudewijn Rempt <boud () valdyas ! org>
Date:       2014-05-30 8:56:56
Message-ID: E1WqIcS-0004wU-Qf () scm ! kde ! org
[Download RAW message or body]

Git commit 3e7be6f23eae06126c19a12baa28ff9b9fb28c8c by Boudewijn Rempt.
Committed on 30/05/2014 at 08:56.
Pushed by rempt into branch 'master'.

Add missing text to two actions

M  +2    -0    krita/plugins/extensions/dockers/defaultdockers/kis_layer_box.cpp

http://commits.kde.org/calligra/3e7be6f23eae06126c19a12baa28ff9b9fb28c8c

diff --git a/krita/plugins/extensions/dockers/defaultdockers/kis_layer_box.cpp \
b/krita/plugins/extensions/dockers/defaultdockers/kis_layer_box.cpp index \
                ef13ea4..2d09668 100644
--- a/krita/plugins/extensions/dockers/defaultdockers/kis_layer_box.cpp
+++ b/krita/plugins/extensions/dockers/defaultdockers/kis_layer_box.cpp
@@ -194,6 +194,7 @@ KisLayerBox::KisLayerBox()
     m_actions.append(m_removeAction);
 
     KisAction* action  = new ButtonAction(m_wdgLayerBox->bnLeft, this);
+    action->setText(i18n("Move Layer Left"));
     action->setActivationFlags(KisAction::ACTIVE_NODE);
     action->setActivationConditions(KisAction::ACTIVE_NODE_EDITABLE);
     action->setObjectName("move_layer_left");
@@ -201,6 +202,7 @@ KisLayerBox::KisLayerBox()
     m_actions.append(action);
 
     action  = new ButtonAction(m_wdgLayerBox->bnRight, this);
+    action->setText(i18n("Move Layer Right"));
     action->setActivationFlags(KisAction::ACTIVE_NODE);
     action->setActivationConditions(KisAction::ACTIVE_NODE_EDITABLE);
     action->setObjectName("move_layer_right");


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

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