1.1 --- a/texteditor.cpp Mon Apr 10 11:00:23 2006 +0000
1.2 +++ b/texteditor.cpp Mon May 08 13:25:48 2006 +0000
1.3 @@ -325,7 +325,7 @@
1.4 QToolBar *tb = new QToolBar( this );
1.5 tb->setLabel( "Format Actions" );
1.6 QPopupMenu *menu = new QPopupMenu( this );
1.7 - menuBar()->insertItem( tr( "&Format" ), menu );
1.8 + menuBar()->insertItem( tr( "F&ormat" ), menu );
1.9
1.10 QAction *a;
1.11
1.12 @@ -374,7 +374,7 @@
1.13 actionTextItalic->addTo( tb );
1.14 actionTextItalic->addTo( menu );
1.15 actionTextItalic->setToggleAction( true );
1.16 - actionTextUnderline = new QAction( QPixmap (iconPath+"text_italic.png"), tr( "&Underline" ), CTRL + Key_U, this, "textUnderline" );
1.17 + actionTextUnderline = new QAction( QPixmap (iconPath+"text_under.png"), tr( "&Underline" ), CTRL + Key_U, this, "textUnderline" );
1.18 connect( actionTextUnderline, SIGNAL( activated() ), this, SLOT( textUnderline() ) );
1.19 actionTextUnderline->addTo( tb );
1.20 actionTextUnderline->addTo( menu );