Working on 1796971: Make dialog_save_as() return a bool saying whether it saved anyth...
[synfig.git] / synfig-studio / trunk / src / gtkmm / dock_history.h
index 253022f..aceb519 100644 (file)
@@ -1,8 +1,8 @@
 /* === S Y N F I G ========================================================= */
-/*!    \file dialog_history.h
+/*!    \file dock_history.h
 **     \brief Template Header
 **
-**     $Id: dock_history.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
@@ -42,7 +42,7 @@
 namespace studio {
 
 class Dock_History : public Dock_CanvasSpecific
-{      
+{
        Glib::RefPtr<Gtk::ActionGroup> action_group;
        Gtk::TreeView *action_tree;
 
@@ -69,7 +69,7 @@ public:
        void on_action_toggle(const Glib::ustring& path);
 
        void update_undo_redo();
-       
+
        Dock_History();
        ~Dock_History();
 protected: