X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionzoomprevious.cpp;h=8b57d8b9137f912618cd652454c8ff7b13e5f336;hb=2ee84c5948ede7fc2f7b4435c5edef42a030ac05;hp=de2837977124b9e242ce7fb33ea8bee9890038b7;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actionzoomprevious.cpp b/src/actions/actionzoomprevious.cpp index de28379..8b57d8b 100644 --- a/src/actions/actionzoomprevious.cpp +++ b/src/actions/actionzoomprevious.cpp @@ -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 // @@ -19,7 +21,7 @@ /** * Constructor. */ -ActionZoomPrevious::ActionZoomPrevious(RS_EntityContainer & container, GraphicView & graphicView): +ActionZoomPrevious::ActionZoomPrevious(EntityContainer & container, GraphicView & graphicView): ActionInterface("Previous zoom", container, graphicView) { }