Rename the menu entries that create new horizontal and vertical docks: "Canvases...
[synfig.git] / synfig-studio / trunk / src / gtkmm / widget_defaults.cpp
index a7dea10..4e85ffe 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file widget_defaults.cpp
 **     \brief Template File
 **
-**     $Id: widget_defaults.cpp,v 1.1.1.1 2005/01/07 03:34:37 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -43,6 +43,8 @@
 #include "widget_distance.h"
 #include "widget_enum.h"
 
+#include "general.h"
+
 #endif
 
 /* === U S I N G =========================================================== */
@@ -78,7 +80,7 @@ public:
        }
 
        bool
-       redraw(GdkEventExpose*bleh)
+       redraw(GdkEventExpose */*bleh*/)
        {
                Glib::RefPtr<Gdk::GC> gc(Gdk::GC::create(get_window()));