diff -r 7d91b35c1b6f -r 5d0cbeb02bf3 mainwindow.cpp --- a/mainwindow.cpp Tue Mar 28 20:04:04 2006 +0000 +++ b/mainwindow.cpp Wed Mar 29 09:11:09 2006 +0000 @@ -522,7 +522,7 @@ a->setEnabled (false); actionEditOpenURL=a; - a = new QAction( tr( "Open URL in new tab" ), QPixmap(), tr( "Open URL in new tab" ), ALT + Key_U, this, "urltab" ); + a = new QAction( tr( "Open URL in new tab" ), QPixmap(), tr( "Open URL in new tab" ), CTRL + Key_U, this, "urltab" ); connect( a, SIGNAL( activated() ), this, SLOT( editOpenURLTab() ) ); a->setEnabled (false); actionEditOpenURLTab=a;