Skip to content

Commit

Permalink
Replace Duck by Handle in more places
Browse files Browse the repository at this point in the history
  • Loading branch information
genete committed Feb 17, 2013
1 parent 35e469c commit 0a0189e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synfig-studio/src/gui/states/state_rotate.cpp
Expand Up @@ -395,12 +395,12 @@ DuckDrag_Rotate::end_duck_drag(Duckmatic* duckmatic)
if(bad_drag)return false;
if(move_only)
{
synfigapp::Action::PassiveGrouper group(get_canvas_interface()->get_instance().get(),_("Move Duck"));
synfigapp::Action::PassiveGrouper group(get_canvas_interface()->get_instance().get(),_("Move Handle"));
duckmatic->signal_edited_selected_ducks();
return true;
}

synfigapp::Action::PassiveGrouper group(get_canvas_interface()->get_instance().get(),_("Rotate Ducks"));
synfigapp::Action::PassiveGrouper group(get_canvas_interface()->get_instance().get(),_("Rotate Handle"));

if((last_rotate-Vector(1,1)).mag()>0.0001)
{
Expand Down

0 comments on commit 0a0189e

Please sign in to comment.