Module: synfig
Branch: master
Commit: 76d25a8754787aa8d1f43a276740d60d5baabed6
URL:    
http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig;a=commit;h=76d25a8754787aa8d1f43a276740d60d5baabed6

Author: Carlos Lopez <[email protected]>
Date:   Fri Sep  4 19:54:59 2009 +0200

Unmark two strings not needed to translate.

---

 synfig-studio/src/gtkmm/widget_keyframe_list.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/synfig-studio/src/gtkmm/widget_keyframe_list.cpp 
b/synfig-studio/src/gtkmm/widget_keyframe_list.cpp
index ace2b98..9af70bf 100644
--- a/synfig-studio/src/gtkmm/widget_keyframe_list.cpp
+++ b/synfig-studio/src/gtkmm/widget_keyframe_list.cpp
@@ -224,8 +224,8 @@ Widget_Keyframe_List::perform_move_kf(bool delta=false)
                        if (prev_kf_time >= dragging_kf_time) //Not allowed
                        {
                                synfig::warning(_("Delta set not allowed"));
-                               
synfig::info(_("Widget_Keyframe_List::perform_move_kf(%i)::prev_kf_time=%s"), 
delta, prev_kf_time.get_string().c_str());
-                               
synfig::info(_("Widget_Keyframe_List::perform_move_kf(%i)::dragging_kf_time=%s"),
 delta, dragging_kf_time.get_string().c_str());
+                               
synfig::info("Widget_Keyframe_List::perform_move_kf(%i)::prev_kf_time=%s", 
delta, prev_kf_time.get_string().c_str());
+                               
synfig::info("Widget_Keyframe_List::perform_move_kf(%i)::dragging_kf_time=%s", 
delta, dragging_kf_time.get_string().c_str());
                                return false;
                        }
                        else


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to