Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-studio / trunk / src / gtkmm / dialog_tooloptions.h
index fe39ca7..e8ae362 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file dialog_tooloptions.h
 **     \brief Template Header
 **
-**     $Id: dialog_tooloptions.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
 /* === C L A S S E S & S T R U C T S ======================================= */
 
 namespace studio {
-       
+
 class Dialog_ToolOptions : public Dockable
-{              
+{
        Gtk::Label empty_label;
        Gtk::ScrolledWindow scrolled_;
        Gtk::VBox sub_vbox_;
-       
+
 public:
-               
+
        void clear();
        void set_widget(Gtk::Widget&);
        void set_name(const synfig::String& name);