Add an icon to show the Setup dialog.
[synfig.git] / synfig-studio / trunk / src / gtkmm / state_fill.cpp
index 28bfa40..51ab488 100644 (file)
@@ -40,6 +40,8 @@
 #include "canvasview.h"
 #include <synfigapp/main.h>
 
+#include "general.h"
+
 #endif
 
 /* === U S I N G =========================================================== */
@@ -102,7 +104,7 @@ StateFill_Context::StateFill_Context(CanvasView *canvas_view):
        canvas_view(canvas_view),
        is_working(*canvas_view)
 {
-       synfig::info("Enterted Fill State");
+       synfig::info("Entered Fill State");
        canvas_view->work_area->set_cursor(Gdk::CROSSHAIR);
 
        App::toolbox->refresh();