From be41b3eb8ee57b4014e9817b0c941afe4be92fa3 Mon Sep 17 00:00:00 2001 From: Thomas McGuire Date: Sat, 3 Nov 2007 19:46:47 +0000 Subject: [PATCH] Fix icon svn path=/trunk/KDE/kdepim/; revision=732418 --- kmcomposewin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ));