diff options
Diffstat (limited to 'ksplashml/kcmksplash/installer.cpp')
-rw-r--r-- | ksplashml/kcmksplash/installer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |