Added copyright lines for files I've edited this year.
[synfig.git] / synfig-studio / trunk / src / gtkmm / render.cpp
index 19d338e..816f1e8 100644 (file)
@@ -6,7 +6,7 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
-**     Copyright (c) 2007 Chris Moore
+**     Copyright (c) 2007, 2008 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
@@ -197,10 +197,12 @@ RenderSettings::set_entry_filename()
        // if this isn't the root canvas, append (<canvasname>) to the filename
        etl::handle<synfig::Canvas> canvas = canvas_interface_->get_canvas();
        if (!canvas->is_root())
+       {
                if(canvas->get_name().empty())
                        filename+=" ("+canvas->get_id()+')';
                else
                        filename+=" ("+canvas->get_name()+')';
+       }
 
        filename += ".png";