summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/umlview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/umlview.cpp')
-rw-r--r--umbrello/umbrello/umlview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/umbrello/umbrello/umlview.cpp b/umbrello/umbrello/umlview.cpp
index effbcf04..b6118424 100644
--- a/umbrello/umbrello/umlview.cpp
+++ b/umbrello/umbrello/umlview.cpp
@@ -2735,7 +2735,7 @@ bool UMLView::checkUniqueSelection()
void UMLView::clearDiagram() {
if( KMessageBox::Continue == KMessageBox::warningContinueCancel( this, i18n("You are about to delete "
"the entire diagram.\nAre you sure?"),
- i18n("Delete Diagram?"),KGuiItem( i18n("&Delete"), "editdelete") ) ) {
+ i18n("Delete Diagram?"),KGuiItem( i18n("&Delete"), "edit-delete") ) ) {
removeAllWidgets();
}
}