Commit 2bfb8132 authored by Kaj Williams's avatar Kaj Williams
Browse files

fixed comment. ref #4807

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7714 41f8697f-d340-4b68-9986-7bafba869bb8
parent 7561c675
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -71,7 +71,9 @@ namespace Isis {
      ZoomTool(QWidget *parent);
      void addTo(QMenu *menu);

      //! Returns the name of the menu.
      /**
      *@return the name of the menu.
      **/
      QString menuName() const {
        return "&View";
      }
@@ -120,7 +122,7 @@ namespace Isis {
      QAction *p_zoomFit; //!< Fit the cube in the viewport action.

      QLineEdit *p_zoomLineEdit; //!< Line edit for manual zoom factor.
      double p_lastScale;
      double p_lastScale; //!< Last scale.
  };
};