Fix 1776156: "region and outline position ducks aren't linked". They are now - there...
[synfig.git] / synfig-studio / trunk / src / gtkmm / about.h
index a644bca..2af5ceb 100644 (file)
@@ -1,8 +1,10 @@
-/*! ========================================================================
-** Synfig
-** Template Header File
-** $Id: about.h,v 1.1.1.1 2005/01/07 03:34:35 darco Exp $
+/* === S Y N F I G ========================================================= */
+/*!    \file about.h
+**     \brief Header File
 **
+**     $Id$
+**
+**     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
 **
 **     This package is free software; you can redistribute it and/or
@@ -14,6 +16,7 @@
 **     but WITHOUT ANY WARRANTY; without even the implied warranty of
 **     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 **     General Public License for more details.
+**     \endlegal
 **
 ** === N O T E S ===========================================================
 **
@@ -44,13 +47,13 @@ namespace synfig { class ProgressCallback; };
 namespace studio {
 
 class AboutProgress;
-       
+
 class About : public Gtk::Window
 {
        friend class AboutProgress;
-       
+
        AboutProgress *cb;
-       
+
        Gtk::Tooltips _tooltips;
 
        Gtk::Label *tasklabel;
@@ -60,10 +63,10 @@ class About : public Gtk::Window
        void close();
 
        bool can_self_destruct;
-       
+
 public:
-       
-       synfig::ProgressCallback *get_callback();       
+
+       synfig::ProgressCallback *get_callback();
 
        void set_can_self_destruct(bool x);