Browse Source

Small changes

Kandrashin Denis 13 years ago
parent
commit
1d129d1a20
1 changed files with 0 additions and 5 deletions
  1. 0 5
      source/fb2main.cpp

+ 0 - 5
source/fb2main.cpp

@@ -320,7 +320,6 @@ void FbMainWindow::createActions()
 
     actionLink = act = new QAction(FbIcon("insert-link"), tr("&Hiperlink"), this);
     menu->addAction(act);
-    act->setEnabled(false);
 
     menu->addSeparator();
 
@@ -332,22 +331,18 @@ void FbMainWindow::createActions()
 
     actionEpigraph = act = new QAction(tr("&Epigraph"), this);
     menu->addAction(act);
-    act->setEnabled(false);
 
     actionDescr = act = new QAction(tr("&Annotation"), this);
     menu->addAction(act);
-    act->setEnabled(false);
 
     actionSubtitle = act = new QAction(tr("&Subtitle"), this);
     menu->addAction(act);
 
     actionAuthor = act = new QAction(tr("&Author"), this);
     menu->addAction(act);
-    act->setEnabled(false);
 
     actionAuthor = act = new QAction(tr("&Cite"), this);
     menu->addAction(act);
-    act->setEnabled(false);
 
     actionPoem = act = new QAction(tr("&Poem"), this);
     menu->addAction(act);