view sequence alignment is a more biologically useful name
authorDiane Trout <diane@caltech.edu>
Thu, 29 Jun 2006 01:17:38 +0000 (01:17 +0000)
committerDiane Trout <diane@caltech.edu>
Thu, 29 Jun 2006 01:17:38 +0000 (01:17 +0000)
change the menu name to be a little more informative.

qui/MussaWindow.cpp

index 0fac525df6cc35be357565c91bf19f382715cbd0..dd5e5dfb6be75db0e1e6fe2bc64925eb5aa789e1 100644 (file)
@@ -214,7 +214,7 @@ void MussaWindow::setupActions()
          &browser, SLOT(promptSaveBrowserPixmap()));
   saveBrowserPixmapAction->setIcon(QIcon(":/icons/image2.png"));
 
-  viewMussaAlignmentAction = new QAction(tr("View mussa alignment"), this);
+  viewMussaAlignmentAction = new QAction(tr("View sequence alignment"), this);
   connect(viewMussaAlignmentAction, SIGNAL(triggered()),
           this, SLOT(viewMussaAlignment() ));
   viewMussaAlignmentAction->setWhatsThis(tr("Create a zoomed in window "