Reformat and clean up the automake files
[synfig.git] / synfig-studio / trunk / src / gtkmm / state_eyedrop.cpp
index 711e166..74eb7d8 100644 (file)
@@ -40,6 +40,8 @@
 #include "canvasview.h"
 #include <synfigapp/main.h>
 
+#include "general.h"
+
 #endif
 
 /* === U S I N G =========================================================== */
@@ -95,7 +97,7 @@ StateEyedrop_Context::StateEyedrop_Context(CanvasView *canvas_view):
        canvas_view(canvas_view),
        is_working(*canvas_view)
 {
-       synfig::info("Enterted Eyedrop State");
+       synfig::info("Entered Eyedrop State");
        canvas_view->work_area->set_cursor(Gdk::Cursor(Gdk::CROSSHAIR));
 
        App::toolbox->refresh();