diff -r f076fdec767d -r 338ebdc9b947 mainwindow.cpp --- a/mainwindow.cpp Fri Oct 02 13:24:55 2009 +0000 +++ b/mainwindow.cpp Fri Oct 02 14:31:03 2009 +0000 @@ -772,6 +772,10 @@ a->setStatusTip ( tr( "Create URL to Novell Bugzilla" )); a->setEnabled (false); actionListBranches.append(a); + a->setShortcut ( Qt::Key_B ); + a->setShortcutContext (Qt::WindowShortcut); + addAction(a); + connect( a, SIGNAL( triggered() ), this, SLOT( editBugzilla2URL() ) ); actionBugzilla2URL=a; @@ -2816,7 +2820,6 @@ || actionSettingsAutoEditNewBranch->isOn()) { m->select (bi); - cout << "Main::editNewBranch prevSel="<isOn()) currentMapEditor()->editHeading(); }