mainwindow.cpp
branchrelease-1-12-maintained
changeset 76 a36a289372a6
parent 64 4f305c07dd7c
     1.1 --- a/mainwindow.cpp	Thu Jul 30 12:55:17 2009 +0000
     1.2 +++ b/mainwindow.cpp	Thu Aug 06 17:33:55 2009 +0000
     1.3 @@ -737,6 +737,9 @@
     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      connect( a, SIGNAL( triggered() ), this, SLOT( editBugzilla2URL() ) );
    1.11  	actionEditBugzilla2URL=a;
    1.12