X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fsynfigapp%2Factions%2Flayerremove.cpp;h=d65e3e6930729c7bdefc66edca4e4ea80d3e06d8;hb=c2813b4d63804cac9b4067146a9e6eca717cb3e4;hp=ed8d4b19207ce8ebc186f92104f0f01b337462ba;hpb=0348d0c0f02151293190a0db10ce92d7b112aa9e;p=synfig.git diff --git a/synfig-studio/trunk/src/synfigapp/actions/layerremove.cpp b/synfig-studio/trunk/src/synfigapp/actions/layerremove.cpp index ed8d4b1..d65e3e6 100644 --- a/synfig-studio/trunk/src/synfigapp/actions/layerremove.cpp +++ b/synfig-studio/trunk/src/synfigapp/actions/layerremove.cpp @@ -122,7 +122,7 @@ Action::LayerRemove::perform() // If we couldn't find the layer in the canvas, then bail if(*iter2!=layer) { - /*! \fixme We should really undo all prior removals + /*! \todo We should really undo all prior removals ** before we go throwing shit around */ throw Error(_("This layer doesn't exist anymore.")); } @@ -132,7 +132,7 @@ Action::LayerRemove::perform() // bail if(get_canvas()!=subcanvas && !subcanvas->is_inline()) { - /*! \fixme We should really undo all prior removals + /*! \todo We should really undo all prior removals ** before we go throwing shit around */ throw Error(_("This layer doesn't belong to this canvas anymore")); }