use KStdGuiItem whenever possible for consistent look & feel.

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=537997
wilder-portage
André Wöbbeking 20 years ago
parent 2b75359e4c
commit bf67223d42
  1. 2
      settings/schemaeditor.cpp
  2. 2
      settings/sessioneditor.cpp

@ -325,7 +325,7 @@ void SchemaEditor::removeCurrent()
int code = KMessageBox::warningContinueCancel(this,
i18n("You are trying to remove a system schema. Are you sure?"),
i18n("Removing System Schema"),
KGuiItem(i18n("&Delete"), "editdelete"));
KStdGuiItem::del());
if (code != KMessageBox::Continue)
return;
}

@ -360,7 +360,7 @@ void SessionEditor::removeCurrent()
int code = KMessageBox::warningContinueCancel(this,
i18n("You are trying to remove a system session. Are you sure?"),
i18n("Removing System Session"),
KGuiItem(i18n("&Delete"),"editdelete"));
KStdGuiItem::del());
if (code != KMessageBox::Continue)
return;
}

Loading…
Cancel
Save