diff options
Diffstat (limited to 'konqueror/konq_profiledlg.cc')
-rw-r--r-- | konqueror/konq_profiledlg.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konqueror/konq_profiledlg.cc b/konqueror/konq_profiledlg.cc index 5f8626f8e..f7241713b 100644 --- a/konqueror/konq_profiledlg.cc +++ b/konqueror/konq_profiledlg.cc @@ -76,7 +76,7 @@ KonqProfileDlg::KonqProfileDlg( KonqViewManager *manager, const TQString & prese : KDialogBase( parent, "konq_profile_dialog", true, i18n( "Profile Management" ), KDialogBase::Close | BTN_RENAME | BTN_DELETE | BTN_SAVE, BTN_SAVE, true, KGuiItem( i18n( "&Rename Profile" ) ), - KGuiItem( i18n( "&Delete Profile" ), "editdelete"), + KGuiItem( i18n( "&Delete Profile" ), "edit-delete"), KStdGuiItem::save() ) { m_pViewManager = manager; |