X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fdock_history.h;h=aceb51915f527ce4b9bd0772f12eae36e49d4e74;hb=faa340a2a22d0b46fc21e2c9779bf7eff811bfbe;hp=253022fb4a8f99c8bd86d751eecd52c554d7b0a8;hpb=ce408de81ca266b1f334ee9bc6c8fb7ba1492ed4;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/dock_history.h b/synfig-studio/trunk/src/gtkmm/dock_history.h index 253022f..aceb519 100644 --- a/synfig-studio/trunk/src/gtkmm/dock_history.h +++ b/synfig-studio/trunk/src/gtkmm/dock_history.h @@ -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 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: