diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 15:43:42 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 15:43:42 -0500 |
commit | 425e07cd783bd1093c082b59eef61c1edce0be0a (patch) | |
tree | 8d043ac5d01c73dc1bed88cf49a69cd46125728f /src/htmlexporter.cpp | |
parent | 5595896b65965d3fee43e6a22921c0e7d5201f8d (diff) | |
download | basket-425e07cd783bd1093c082b59eef61c1edce0be0a.tar.gz basket-425e07cd783bd1093c082b59eef61c1edce0be0a.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 'src/htmlexporter.cpp')
-rw-r--r-- | src/htmlexporter.cpp | 2 |
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; |