removed the ALT+F conflict

This commit is contained in:
nemu 2009-04-27 05:20:44 +00:00
parent ec98ee12d0
commit 8fb5d5eaa1

View File

@ -153,7 +153,7 @@ void PTextEdit::setupFileActions()
QToolBar *tb = new QToolBar( this ); QToolBar *tb = new QToolBar( this );
tb->setLabel( "File Actions" ); tb->setLabel( "File Actions" );
QPopupMenu *menu = new QPopupMenu( this ); QPopupMenu *menu = new QPopupMenu( this );
menuBar()->insertItem( tr( "&File" ), menu ); menuBar()->insertItem( tr( "F&ile" ), menu );
QAction *a; QAction *a;
a = new QAction( QPixmap::fromMimeSource( "filenew.xpm" ), tr( "&New..." ), CTRL + Key_N, this, "fileNew" ); a = new QAction( QPixmap::fromMimeSource( "filenew.xpm" ), tr( "&New..." ), CTRL + Key_N, this, "fileNew" );