Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-studio / trunk / src / gtkmm / widget_waypointmodel.h
index 5cb5ce8..d8628a7 100644 (file)
@@ -1,8 +1,8 @@
 /* === S Y N F I G ========================================================= */
-/*!    \file dialog_waypointmodel.h
+/*!    \file widget_waypointmodel.h
 **     \brief Template Header
 **
-**     $Id: widget_waypointmodel.h,v 1.1.1.1 2005/01/07 03:34:37 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -61,11 +61,11 @@ class Widget_Time;
 class Widget_WaypointModel;
 
 class Widget_WaypointModel : public Gtk::Table
-{      
+{
        synfig::Waypoint::Model waypoint_model;
-       
+
        bool updating;
-       
+
        Gtk::Combo *in,*out;
        Gtk::OptionMenu *before, *after;
        Gtk::Menu *before_options,*after_options;
@@ -81,7 +81,7 @@ class Widget_WaypointModel : public Gtk::Table
        Gtk::CheckButton checkbutton_temporal_tension;
 
        void on_change();
-       
+
 public:
        Widget_WaypointModel();
        void set_waypoint_model(synfig::Waypoint::Model &x);