Merge branch 'master' of github.com:openscad/openscad

master
Don Bright 2014-04-26 23:33:30 -05:00
commit 319737daff
1 changed files with 15 additions and 0 deletions

View File

@ -419,6 +419,9 @@
<property name="shortcut">
<string>Ctrl+Z</string>
</property>
<property name="shortcutContext">
<enum>Qt::WidgetWithChildrenShortcut</enum>
</property>
</action>
<action name="editActionRedo">
<property name="text">
@ -427,6 +430,9 @@
<property name="shortcut">
<string>Ctrl+Shift+Z</string>
</property>
<property name="shortcutContext">
<enum>Qt::WidgetWithChildrenShortcut</enum>
</property>
</action>
<action name="editActionCut">
<property name="text">
@ -435,6 +441,9 @@
<property name="shortcut">
<string>Ctrl+X</string>
</property>
<property name="shortcutContext">
<enum>Qt::WidgetWithChildrenShortcut</enum>
</property>
</action>
<action name="editActionCopy">
<property name="text">
@ -443,6 +452,9 @@
<property name="shortcut">
<string>Ctrl+C</string>
</property>
<property name="shortcutContext">
<enum>Qt::WidgetWithChildrenShortcut</enum>
</property>
</action>
<action name="editActionPaste">
<property name="text">
@ -451,6 +463,9 @@
<property name="shortcut">
<string>Ctrl+V</string>
</property>
<property name="shortcutContext">
<enum>Qt::WidgetWithChildrenShortcut</enum>
</property>
</action>
<action name="editActionIndent">
<property name="text">