Author: Carlos Lopez <[email protected]>
Date: Sun Feb 17 11:06:21 2013 +0100
Replace Duck by Handle in more places
---
synfig-studio/src/gui/states/state_rotate.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/synfig-studio/src/gui/states/state_rotate.cpp
b/synfig-studio/src/gui/states/state_rotate.cpp
index 1e76b49..5d73e92 100644
--- a/synfig-studio/src/gui/states/state_rotate.cpp
+++ b/synfig-studio/src/gui/states/state_rotate.cpp
@@ -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)
{
------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet,
is your hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials, tech docs,
whitepapers, evaluation guides, and opinion stories. Check out the most
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl