X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fwidget_waypoint.cpp;h=95f838e700d4fd8f591aa68beef19aefce8fb703;hb=6058f1f8af684257c314a78cc0a24ced57bf3168;hp=bd653ded6a849981b8d15eadbd8b6edd05b29cc5;hpb=3d42999cd64bee81ae1e168dff2e1e0b8a243081;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/widget_waypoint.cpp b/synfig-studio/trunk/src/gtkmm/widget_waypoint.cpp index bd653de..95f838e 100644 --- a/synfig-studio/trunk/src/gtkmm/widget_waypoint.cpp +++ b/synfig-studio/trunk/src/gtkmm/widget_waypoint.cpp @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -235,7 +236,7 @@ Widget_Waypoint::set_waypoint(synfig::Waypoint &x) waypoint=x; -#warning This really needs to be fixed to support value node waypoints! + //! \todo This really needs to be fixed to support value node waypoints! if(waypoint.is_static()) { value_widget->set_value(waypoint.get_value()); @@ -262,7 +263,7 @@ Widget_Waypoint::set_waypoint(synfig::Waypoint &x) const synfig::Waypoint & Widget_Waypoint::get_waypoint()const { -#warning This too! + //! \todo This too! waypoint.set_time(time_widget->get_value()); if(waypoint.is_static()) waypoint.set_value(value_widget->get_value());