[calligra/calligra/2.9] krita: Activate Cut/Copy Sharp actions in the menu

Dmitry Kazakov dimula73 at gmail.com
Sun Jul 5 13:05:53 UTC 2015


Git commit c5c91492192f9913ef67f24243662580deaefc37 by Dmitry Kazakov.
Committed on 05/07/2015 at 13:05.
Pushed by dkazakov into branch 'calligra/2.9'.

Activate Cut/Copy Sharp actions in the menu

They were forgotten about due to a string freeze. Now they are
translated in all the languages.

Just to remind everyone: these actions allow the user to copy a
piece of image keeping the border of the cut piece as sharp as
possible without antialiasing.

CCMAIL:kimageshop at kde.org

M  +3    -1    krita/krita.rc

http://commits.kde.org/calligra/c5c91492192f9913ef67f24243662580deaefc37

diff --git a/krita/krita.rc b/krita/krita.rc
index 70abe63..c76e94f 100644
--- a/krita/krita.rc
+++ b/krita/krita.rc
@@ -2,7 +2,7 @@
 <kpartgui xmlns="http://www.kde.org/standards/kxmlgui/1.0"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 name="Krita"
-version="72"
+version="73"
 xsi:schemaLocation="http://www.kde.org/standards/kxmlgui/1.0  http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd">
   <MenuBar>
     <Menu name="file" noMerge="1">
@@ -41,6 +41,8 @@ xsi:schemaLocation="http://www.kde.org/standards/kxmlgui/1.0  http://www.kde.org
       <Separator/>
       <Action name="edit_cut"/>
       <Action name="edit_copy"/>
+      <Action name="cut_sharp"/>
+      <Action name="copy_sharp"/>
       <Action name="copy_merged"/>
       <Action name="edit_paste"/>
       <Action name="paste_new"/>


More information about the kimageshop mailing list