|
@@ -676,6 +676,7 @@ void Fb2MainWindow::viewText()
|
|
connect(actionImage, SIGNAL(triggered()), textEdit, SLOT(insertImage()));
|
|
connect(actionImage, SIGNAL(triggered()), textEdit, SLOT(insertImage()));
|
|
connect(actionNote, SIGNAL(triggered()), textEdit, SLOT(insertNote()));
|
|
connect(actionNote, SIGNAL(triggered()), textEdit, SLOT(insertNote()));
|
|
connect(actionLink, SIGNAL(triggered()), textEdit, SLOT(insertLink()));
|
|
connect(actionLink, SIGNAL(triggered()), textEdit, SLOT(insertLink()));
|
|
|
|
+ connect(actionTtile, SIGNAL(triggered()), textEdit, SLOT(insertTitle()));
|
|
|
|
|
|
connect(actionZoomIn, SIGNAL(triggered()), textEdit, SLOT(zoomIn()));
|
|
connect(actionZoomIn, SIGNAL(triggered()), textEdit, SLOT(zoomIn()));
|
|
connect(actionZoomOut, SIGNAL(triggered()), textEdit, SLOT(zoomOut()));
|
|
connect(actionZoomOut, SIGNAL(triggered()), textEdit, SLOT(zoomOut()));
|