summaryrefslogtreecommitdiffstats
path: root/kword/KWDeleteDia.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:48 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:48 -0500
commitd504497c10d3cc9441a39245af1723e8c0ae556d (patch)
tree9fdf6ec3624b0c25e04b5bc37c96ecef0fdaca18 /kword/KWDeleteDia.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/KWDeleteDia.cpp')
-rw-r--r--kword/KWDeleteDia.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWDeleteDia.cpp b/kword/KWDeleteDia.cpp
index 40f391d1..5f9290cc 100644
--- a/kword/KWDeleteDia.cpp
+++ b/kword/KWDeleteDia.cpp
@@ -37,7 +37,7 @@ KWDeleteDia::KWDeleteDia( KWView *parent, KWTableFrameSet *table, DeleteType typ
setupTab1();
setButtonOK( KGuiItem(
- i18n("&Delete"), "editdelete", type == deleteRow ?
+ i18n("&Delete"), "edit-delete", type == deleteRow ?
i18n("Delete the row from the table.") :
i18n("Delete the column from the table.")) );
}