]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionlayersedit.cpp
Partially fixed thumbnail rendering on Library Browser.
[architektonas] / src / actions / actionlayersedit.cpp
index 187fb7592416ec11a35a377993b1fba6d33cf98a..864ef124097182829a6f444d1201adf94394ce40 100644 (file)
@@ -3,7 +3,9 @@
 // Part of the Architektonas Project
 // Originally part of QCad Community Edition by Andrew Mustun
 // Extensively rewritten and refactored by James L. Hammons
-// (C) 2010 Underground Software
+// Portions copyright (C) 2001-2003 RibbonSoft
+// Copyright (C) 2010 Underground Software
+// See the README and GPLv2 files for licensing and warranty information
 //
 // JLH = James L. Hammons <jlhamm@acm.org>
 //
@@ -40,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))
                        {