|
From: Tapio V. <aa...@us...> - 2011-01-17 11:15:37
|
Module: editor
Branch: master
Commit: c26829c64f9f8e1b7cbea5934bb4d2d680c88494
Author: Tapio Vierros <tap...@gm...>
Date: Mon Jan 17 13:14:17 2011 +0200
Redo shortcut: Ctrl+Shift+Z
---
editor.ui | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/editor.ui b/editor.ui
index 58c840a..a9f09c1 100644
--- a/editor.ui
+++ b/editor.ui
@@ -430,6 +430,9 @@
<property name="text">
<string>&Redo</string>
</property>
+ <property name="shortcut">
+ <string>Ctrl+Shift+Z</string>
+ </property>
</action>
<action name="actionPreferences">
<property name="text">
|