From ab197a37e3e362ae3980f5bdd9840b0e4703e370 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 15:43:56 -0500 Subject: Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance --- ksplashml/kcmksplash/installer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksplashml') diff --git a/ksplashml/kcmksplash/installer.cpp b/ksplashml/kcmksplash/installer.cpp index d04fbc4ff..7ee681907 100644 --- a/ksplashml/kcmksplash/installer.cpp +++ b/ksplashml/kcmksplash/installer.cpp @@ -297,7 +297,7 @@ void SplashInstaller::slotRemove() { KURL url; url.setPath(themeDir); - if (KMessageBox::warningContinueCancel(this,i18n("Delete folder %1 and its contents?").arg(themeDir),"",KGuiItem(i18n("&Delete"),"editdelete"))==KMessageBox::Continue) + if (KMessageBox::warningContinueCancel(this,i18n("Delete folder %1 and its contents?").arg(themeDir),"",KGuiItem(i18n("&Delete"),"edit-delete"))==KMessageBox::Continue) rc = TDEIO::NetAccess::del(url,this); else return; -- cgit v1.2.3