diff options
Diffstat (limited to 'kmail/configuredialog.cpp')
-rw-r--r-- | kmail/configuredialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/configuredialog.cpp b/kmail/configuredialog.cpp index e740e7491..0f92eab5e 100644 --- a/kmail/configuredialog.cpp +++ b/kmail/configuredialog.cpp @@ -453,7 +453,7 @@ void IdentityPage::slotRemoveIdentity() TQString msg = i18n("<qt>Do you really want to remove the identity named " "<b>%1</b>?</qt>").arg( item->identity().identityName() ); if( KMessageBox::warningContinueCancel( this, msg, i18n("Remove Identity"), - KGuiItem(i18n("&Remove"),"editdelete") ) == KMessageBox::Continue ) + KGuiItem(i18n("&Remove"),"edit-delete") ) == KMessageBox::Continue ) if ( im->removeIdentity( item->identity().identityName() ) ) { delete item; mIdentityList->setSelected( mIdentityList->currentItem(), true ); |