[Digikam-devel] [Bug 145078] Ctrl-Y does not tied to Redo

Gilles Caulier caulier.gilles at gmail.com
Mon May 21 09:15:18 BST 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=145078         
caulier.gilles gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From caulier.gilles gmail com  2007-05-21 10:15 -------
SVN commit 666899 by cgilles:

digikam from trunk : added new accelerator CTRL+Y to Redo and action
BUG: 145078

 M  +5 -0      editorwindow.cpp  


--- trunk/extragear/graphics/digikam/utilities/imageeditor/editor/editorwindow.cpp #666898:666899
 @ -500,6 +500,11  @
                     i18n("Zoom out of Image"),
                     Key_Minus, this, SLOT(slotDecreaseZoom()),
                     false, true);
+
+    d->accelerators->insert("Redo", i18n("Redo"),
+                    i18n("Redo Last action"),
+                    CTRL+Key_Y, m_canvas, SLOT(slotRedo()),
+                    false, true);
 }
 
 void EditorWindow::setupStatusBar()



More information about the Digikam-devel mailing list