Add "Reverse Frames" in Frames popup menu (fix #1781)

This commit is contained in:
David Capello 2018-07-05 16:03:54 -03:00
parent c388f1d812
commit 3ed516bc11

View File

@ -931,6 +931,8 @@
<item command="RemoveFrame" text="@main_menu.frame_delete_frame" /> <item command="RemoveFrame" text="@main_menu.frame_delete_frame" />
<separator /> <separator />
<item command="SetLoopSection" text="@main_menu.view_set_loop_section" /> <item command="SetLoopSection" text="@main_menu.view_set_loop_section" />
<separator />
<item command="ReverseFrames" text="@main_menu.frame_reverse_frames" />
</menu> </menu>
<menu id="cel_popup_menu"> <menu id="cel_popup_menu">