Set initial state of clone entry action to disabled.

This commit is contained in:
Florian Geyer 2012-05-16 13:56:25 +02:00
parent b61c47d42f
commit d0557677c7

View File

@ -218,6 +218,9 @@
</property> </property>
</action> </action>
<action name="actionEntryClone"> <action name="actionEntryClone">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text"> <property name="text">
<string>Clone entry</string> <string>Clone entry</string>
</property> </property>