Added two load icons to file menu.
[mussa.git] / qui / MussaWindow.cpp
index 444eccef6b302987e2c6a8d801690c3e8a9fc8b8..57cfdfed0a40be844ddda0de2707cd389b4860b3 100644 (file)
@@ -102,10 +102,12 @@ void MussaWindow::setupActions()
   loadMotifListAction = new QAction(tr("Load Motif List"), this);
   connect(loadMotifListAction, SIGNAL(triggered()), 
           this, SLOT(loadMotifList()));
+  loadMotifListAction->setIcon(QIcon("icons/fileopen.png"));
   
   loadMupaAction = new QAction(tr("Load Mussa Parameters"), this);
   connect(loadMupaAction, SIGNAL(triggered()), 
           this, SLOT(loadMupa()));
+  loadMupaAction->setIcon(QIcon("icons/fileopen.png"));
 
   loadSavedAnalysisAction = new QAction(tr("Load &Analysis"), this);
   connect(loadSavedAnalysisAction, SIGNAL(triggered()),