6
0
Fork 0

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 vor 10 Jahren
Ursprung 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)

Laden…
Abbrechen
Speichern