removed the ALT+F conflict
This commit is contained in:
parent
ec98ee12d0
commit
8fb5d5eaa1
@ -153,7 +153,7 @@ void PTextEdit::setupFileActions()
|
||||
QToolBar *tb = new QToolBar( this );
|
||||
tb->setLabel( "File Actions" );
|
||||
QPopupMenu *menu = new QPopupMenu( this );
|
||||
menuBar()->insertItem( tr( "&File" ), menu );
|
||||
menuBar()->insertItem( tr( "F&ile" ), menu );
|
||||
|
||||
QAction *a;
|
||||
a = new QAction( QPixmap::fromMimeSource( "filenew.xpm" ), tr( "&New..." ), CTRL + Key_N, this, "fileNew" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user