Renaming the PasteCanvas layer in r705 missed the other references to the name elsewh...
[synfig.git] / synfig-studio / trunk / src / synfigapp / canvasinterface.cpp
index 4521c01..0aa2e35 100644 (file)
@@ -487,7 +487,7 @@ CanvasInterface::import(const synfig::String &filename, bool /*copy*/)
                if(!outside_canvas)
                        throw String(_("Unable to open this composition"));
 
-               Layer::Handle layer(add_layer_to("paste_canvas",get_canvas()));
+               Layer::Handle layer(add_layer_to("PasteCanvas",get_canvas()));
                if(!layer)
                        throw String(_("Unable to create \"Paste Canvas\" layer"));
                if(!layer->set_param("canvas",ValueBase(outside_canvas)))