mainwindow.cpp
changeset 803 338ebdc9b947
parent 802 f076fdec767d
child 804 14f2b1b15242
     1.1 --- a/mainwindow.cpp	Fri Oct 02 13:24:55 2009 +0000
     1.2 +++ b/mainwindow.cpp	Fri Oct 02 14:31:03 2009 +0000
     1.3 @@ -772,6 +772,10 @@
     1.4  	a->setStatusTip ( tr( "Create URL to Novell Bugzilla" ));
     1.5  	a->setEnabled (false);
     1.6  	actionListBranches.append(a);
     1.7 +	a->setShortcut ( Qt::Key_B );
     1.8 +	a->setShortcutContext (Qt::WindowShortcut);
     1.9 +	addAction(a);
    1.10 +
    1.11      connect( a, SIGNAL( triggered() ), this, SLOT( editBugzilla2URL() ) );
    1.12  	actionBugzilla2URL=a;
    1.13      
    1.14 @@ -2816,7 +2820,6 @@
    1.15  			|| actionSettingsAutoEditNewBranch->isOn()) 
    1.16  		{
    1.17  			m->select (bi);
    1.18 -			cout << "Main::editNewBranch  prevSel="<<prevSelection.toStdString()<<endl;
    1.19  			if (actionSettingsAutoEditNewBranch->isOn())
    1.20  				currentMapEditor()->editHeading();
    1.21  		}