]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionzoomprevious.cpp
Fixed hatch dialog, added snap/preview to circle tools.
[architektonas] / src / actions / actionzoomprevious.cpp
index de2837977124b9e242ce7fb33ea8bee9890038b7..8b57d8b9137f912618cd652454c8ff7b13e5f336 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>
 //
@@ -19,7 +21,7 @@
 /**
  * Constructor.
  */
-ActionZoomPrevious::ActionZoomPrevious(RS_EntityContainer & container, GraphicView & graphicView):
+ActionZoomPrevious::ActionZoomPrevious(EntityContainer & container, GraphicView & graphicView):
        ActionInterface("Previous zoom", container, graphicView)
 {
 }