number of seqs is more informative than seq num
authorDiane Trout <diane@caltech.edu>
Sat, 4 Feb 2006 18:07:25 +0000 (18:07 +0000)
committerDiane Trout <diane@caltech.edu>
Sat, 4 Feb 2006 18:07:25 +0000 (18:07 +0000)
gui/SetupWindow.cxx

index 048762815c8d62797a57054147b4ca0fa812e7fc..0cd90ee47628d3a0ecdc516a210a0d038b68a161 100644 (file)
@@ -302,7 +302,7 @@ SetupWindow::SetupWindow(int w, int h, const char* title, Mussa *the_analysis):F
   thres_input->value("");
   thres_input->callback((Fl_Callback*)set_threshold_cb, this);
 
-  seq_num_input = new Fl_Input(430,45,100, 30, "Seq Num ");
+  seq_num_input = new Fl_Input(480,45,100, 30, "Number of Seqs");
   seq_num_input->value("");
   seq_num_input->callback((Fl_Callback*)set_seq_num_cb, this);