X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionlayersedit.cpp;h=864ef124097182829a6f444d1201adf94394ce40;hb=bd2b29c8735d83ab48df13c3efee53f63570473e;hp=773b5efb31c3af4e24aee1f0aa8465fe0a15a612;hpb=dd17716b803ab2aa4163b905904a078f9fa5ae02;p=architektonas diff --git a/src/actions/actionlayersedit.cpp b/src/actions/actionlayersedit.cpp index 773b5ef..864ef12 100644 --- a/src/actions/actionlayersedit.cpp +++ b/src/actions/actionlayersedit.cpp @@ -42,7 +42,7 @@ void ActionLayersEdit::trigger() { graphic->editLayer(graphic->getActiveLayer(), *layer); - // update updateable entities on the layer that has changed + // Update updatable entities on the layer that has changed for(RS_Entity * e=graphic->firstEntity(RS2::ResolveNone); e!=NULL; e=graphic->nextEntity(RS2::ResolveNone)) {