diff -r 316e9237794c -r 8fb5b3956b3e mainwindow.cpp --- a/mainwindow.cpp Tue Oct 23 13:05:22 2007 +0000 +++ b/mainwindow.cpp Wed Oct 24 12:21:24 2007 +0000 @@ -608,6 +608,7 @@ connect( a, SIGNAL( activated() ), this, SLOT( editSortChildren() ) ); a->setEnabled (true); a->addTo( tb ); + editMenu->addAction (a); actionEditSortChildren=a; a = new QAction( QPixmap(flagsPath+"flag-scrolled-right.png"), tr( "Scroll branch","Edit menu" ),this);