Commit 8c91d10d authored by Makayla Shepherd's avatar Makayla Shepherd
Browse files

Changed the display text in CubeDnViewWorkOrder from View Raw Cubes to Display Images. Fixes #4494

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/ipce@7206 41f8697f-d340-4b68-9986-7bafba869bb8
parent 7dee5540
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ namespace Isis {
   */
  CubeDnViewWorkOrder::CubeDnViewWorkOrder(Project *project) :
      WorkOrder(project) {
    QAction::setText(tr("View Raw &Cubes..."));
    QAction::setText(tr("Display &Images..."));
  }

  /**
+2 −0
Original line number Diff line number Diff line
@@ -41,6 +41,8 @@ namespace Isis {
   *   @history 2016-07-27 Tracie Sucharski - Added support for shape models.
   *   @history 2016-09-09 Tracie Sucharski - Put option to choose either creating a new view or
   *                          adding images to an existing view.
   *   @history 2016-11-02 Makayla Shepherd - Changed the display text from View Raw Cubes to 
   *                          Display Images. Fixes #4494. 
   */
  class CubeDnViewWorkOrder : public WorkOrder {
      Q_OBJECT