Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance

pull/1/head
Timothy Pearson 10 years ago
parent 6f5d02d00f
commit fae505da03

@ -588,7 +588,7 @@ void KDialogDFileDialog::slotOk()
i18n("File %1 exists.\nDo you want to replace it?")
.arg(urls.first().prettyURL()),
i18n("File Exists"),
KGuiItem(i18n("Replace"), "filesaveas"), TQString(),
KGuiItem(i18n("Replace"), "document-save-as"), TQString(),
KMessageBox::Notify|KMessageBox::PlainCaption);
if(good)

Loading…
Cancel
Save