summaryrefslogtreecommitdiffstats
path: root/kword/KWView.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2014-10-13 15:43:48 -0500
committerTimothy Pearson <[email protected]>2014-10-13 15:43:48 -0500
commitd504497c10d3cc9441a39245af1723e8c0ae556d (patch)
tree9fdf6ec3624b0c25e04b5bc37c96ecef0fdaca18 /kword/KWView.cpp
parentc128ab57b3b5f3a57427a78cef7d5d4236cc9822 (diff)
downloadkoffice-d504497c10d3cc9441a39245af1723e8c0ae556d.tar.gz
koffice-d504497c10d3cc9441a39245af1723e8c0ae556d.zip
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
Diffstat (limited to 'kword/KWView.cpp')
-rw-r--r--kword/KWView.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kword/KWView.cpp b/kword/KWView.cpp
index eb0022ce..1cf60cce 100644
--- a/kword/KWView.cpp
+++ b/kword/KWView.cpp
@@ -2802,7 +2802,7 @@ void KWView::deleteFrame( bool warning )
this,
i18n("Do you want to delete this frame?"),
i18n("Delete Frame"),
- KGuiItem(i18n("&Delete"),"editdelete"),
+ KGuiItem(i18n("&Delete"),"edit-delete"),
"DeleteLastFrameConfirmation",
true );
if (result != KMessageBox::Continue)
@@ -2819,7 +2819,7 @@ void KWView::deleteFrame( bool warning )
this,
i18n("Do you want to delete this frame?"),
i18n("Delete Frame"),
- KGuiItem(i18n("&Delete"),"editdelete"),
+ KGuiItem(i18n("&Delete"),"edit-delete"),
"DeleteLastFrameConfirmation",
true );
if (result != KMessageBox::Continue)