Since the last change will require a recompilation of pretty much everything, I took...
[synfig.git] / synfig-studio / trunk / src / gtkmm / dialog_keyframe.h
index b1c65f1..b8926fd 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file dialog_keyframe.h
 **     \brief Template Header
 **
-**     $Id: dialog_keyframe.h,v 1.1.1.1 2005/01/07 03:34:36 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -50,11 +50,11 @@ class Dialog_Keyframe : public Gtk::Dialog
 {
        Gtk::Tooltips tooltips_;
        etl::handle<synfigapp::CanvasInterface> canvas_interface;
-       
+
        synfig::Keyframe keyframe_;
 
        Gtk::Entry entry_description;
-       
+
        Widget_WaypointModel* widget_waypoint_model;
 
        void on_ok_pressed();
@@ -71,7 +71,7 @@ public:
 private:
 
 }; // END of class RenderSettings
-       
+
 }; // END of namespace studio
 
 /* === E N D =============================================================== */