svn path=/trunk/KDE/kdepim/; revision=732418
wilder-work
Thomas McGuire 19 years ago
parent e274bbb8b3
commit be41b3eb8e
  1. 2
      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() ));

Loading…
Cancel
Save