"Layer > Duplicate" menu item does not need "..." because it does not ask the layer name to the user.

This commit is contained in:
David Capello 2010-08-22 22:12:25 -03:00
parent cf0f7d9663
commit 2a7f5017b6

View File

@ -250,7 +250,7 @@
<item command="background_from_layer" text="&amp;Background from Layer" />
<item command="layer_from_background" text="&amp;Layer from Background" />
<separator />
<item command="duplicate_layer" text="&amp;Duplicate..." />
<item command="duplicate_layer" text="&amp;Duplicate" />
<item command="merge_down_layer" text="&amp;Merge Down" />
<item command="flatten_layers" text="&amp;Flatten" />
</menu>