|
|
|
@ -175,7 +175,7 @@ void PartController::setupActions()
|
|
|
|
|
connect(m_forwardAction->popupMenu(), TQT_SIGNAL(aboutToShow()), this, TQT_SLOT(slotForwardAboutToShow()));
|
|
|
|
|
connect(m_forwardAction->popupMenu(), TQT_SIGNAL(activated(int)), this, TQT_SLOT(slotForwardPopupActivated(int)));
|
|
|
|
|
|
|
|
|
|
m_gotoLastEditPosAction = new TDEAction( i18n("Goto Last Edit Position"), "bottom", 0, this, TQT_SLOT(gotoLastEditPos()), ac, "goto_last_edit_pos" );
|
|
|
|
|
m_gotoLastEditPosAction = new TDEAction( i18n("Goto Last Edit Position"), "go-bottom", 0, this, TQT_SLOT(gotoLastEditPos()), ac, "goto_last_edit_pos" );
|
|
|
|
|
m_gotoLastEditPosAction->setEnabled( false );
|
|
|
|
|
m_gotoLastEditPosAction->setToolTip( i18n("Goto Last Edit Position") );
|
|
|
|
|
m_gotoLastEditPosAction->setWhatsThis( i18n("<b>Goto Last Edit Position</b><p>Open the last edited file and position cursor at the point of edit") );
|
|
|
|
|