Removed "Cel" item from the menu bar.

This commit is contained in:
David Capello 2010-07-18 14:53:50 -03:00
parent 61a9d56a0d
commit acf9dec82a

View File

@ -235,7 +235,8 @@
<item command="flatten_layers" text="&amp;Flatten" />
</menu>
<menu text="F&amp;rame">
<item command="frame_properties" text="&amp;Properties..." />
<item command="frame_properties" text="Frame &amp;Properties..." />
<item command="cel_properties" text="&amp;Cel Properties..." />
<separator />
<item command="new_frame" text="&amp;New Frame" />
<item command="remove_frame" text="&amp;Remove Frame" />
@ -248,9 +249,6 @@
</menu>
<item command="play_animation" text="&amp;Play Animation" />
</menu>
<menu text="&amp;Cel">
<item command="cel_properties" text="&amp;Properties..." />
</menu>
<menu text="&amp;Mask">
<item command="mask_all" text="&amp;All" />
<item command="deselect_mask" text="&amp;Deselect" />