summaryrefslogtreecommitdiffstats
path: root/src/htmlexporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/htmlexporter.cpp')
-rw-r--r--src/htmlexporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmlexporter.cpp b/src/htmlexporter.cpp
index 58aa19e..162f352 100644
--- a/src/htmlexporter.cpp
+++ b/src/htmlexporter.cpp
@@ -65,7 +65,7 @@ HTMLExporter::HTMLExporter(Basket *basket)
"<qt>" + i18n("The file <b>%1</b> already exists. Do you really want to override it?")
.arg(KURL(destination).fileName()),
i18n("Override File?"),
- KGuiItem(i18n("&Override"), "filesave")
+ KGuiItem(i18n("&Override"), "document-save")
);
if (result == KMessageBox::Cancel)
return;