mainwindow.cpp
changeset 613 8fb5b3956b3e
parent 611 a1ae877b438d
child 614 040f32294895
     1.1 --- a/mainwindow.cpp	Tue Oct 23 13:05:22 2007 +0000
     1.2 +++ b/mainwindow.cpp	Wed Oct 24 12:21:24 2007 +0000
     1.3 @@ -608,6 +608,7 @@
     1.4  	connect( a, SIGNAL( activated() ), this, SLOT( editSortChildren() ) );
     1.5  	a->setEnabled (true);
     1.6  	a->addTo( tb );
     1.7 +	editMenu->addAction (a);
     1.8  	actionEditSortChildren=a;
     1.9  
    1.10  	a = new QAction( QPixmap(flagsPath+"flag-scrolled-right.png"), tr( "Scroll branch","Edit menu" ),this);