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