texteditor.cpp
changeset 315 866f79dfa6d7
parent 269 4c3e9fa0093b
child 366 e95081c21da2
     1.1 --- a/texteditor.cpp	Mon May 08 13:25:46 2006 +0000
     1.2 +++ b/texteditor.cpp	Mon May 08 13:25:46 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 );