Check for Gtk::AboutDialog::set_wrap_license, which was added in Gtkmm 2.8. Allows...
[synfig.git] / synfig-studio / trunk / src / gtkmm / state_stroke.cpp
index 088a978..fc16a32 100644 (file)
@@ -6,6 +6,7 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2007 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -129,8 +130,6 @@ StateStroke_Context::StateStroke_Context(CanvasView* canvas_view):
        stroke_data.spawn();
 
        get_work_area()->add_stroke(stroke_data, synfigapp::Main::get_foreground_color());
-
-       synfig::info("Now Scribbling...");
 }
 
 StateStroke_Context::~StateStroke_Context()
@@ -138,7 +137,6 @@ StateStroke_Context::~StateStroke_Context()
        duckmatic_push.restore();
 
        App::toolbox->refresh();
-       synfig::info("No longer scribbling");
 
        // Send the stroke data to whatever previously called this state.
        if(stroke_data->size()>=2)