]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionlayersedit.cpp
Fixed Library Browser...
[architektonas] / src / actions / actionlayersedit.cpp
index 773b5efb31c3af4e24aee1f0aa8465fe0a15a612..864ef124097182829a6f444d1201adf94394ce40 100644 (file)
@@ -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))
                        {