diff --git a/kmcomposewin.cpp b/kmcomposewin.cpp index 81329b558..2d6d68aa3 100644 --- a/kmcomposewin.cpp +++ b/kmcomposewin.cpp @@ -1527,7 +1527,7 @@ void KMComposeWin::setupActions( void ) actionFormatReset = new KAction( KIcon( "eraser" ), i18n("Reset Font Settings"), this ); actionCollection()->addAction( "format_reset", actionFormatReset ); connect( actionFormatReset, SIGNAL(triggered(bool) ), SLOT( slotFormatReset() ) ); - actionFormatColor = new KAction( KIcon( "colorize" ), i18n("Text Color..."), this ); + actionFormatColor = new KAction( KIcon( "color-line" ), i18n("Text Color..."), this ); actionCollection()->addAction("format_color", actionFormatColor ); connect( actionFormatColor, SIGNAL(triggered(bool) ),mEditor, SLOT( slotTextColor() ));