diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 00:16:42 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 00:16:42 -0500 |
commit | c83179688cf0aa148610cfc4e32ae6d83d8904b8 (patch) | |
tree | 484d2f66d835abccd8efd5b86505a4381a46db6d /src/partcontroller.cpp | |
parent | 355c1149f2edf822adefb89dc8540ad90c786acb (diff) | |
download | tdevelop-c83179688cf0aa148610cfc4e32ae6d83d8904b8.tar.gz tdevelop-c83179688cf0aa148610cfc4e32ae6d83d8904b8.zip |
Bring up, down, top, and bottom icons into XDG compliance
Diffstat (limited to 'src/partcontroller.cpp')
-rw-r--r-- | src/partcontroller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partcontroller.cpp b/src/partcontroller.cpp index 21b78a8c..33e50afd 100644 --- a/src/partcontroller.cpp +++ b/src/partcontroller.cpp @@ -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") ); |