diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:46 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:46 -0500 |
commit | 0baca384eac40b3fa48654e7f3b7651a3a844971 (patch) | |
tree | 7308eb149c212aa2053f6b7cac696384fabc8ad0 | |
parent | c52352d337e55027066a6b7bdd04a294d6ca96fe (diff) | |
download | kiosktool-0baca384eac40b3fa48654e7f3b7651a3a844971.tar.gz kiosktool-0baca384eac40b3fa48654e7f3b7651a3a844971.zip |
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
-rw-r--r-- | kiosktool/kioskgui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kiosktool/kioskgui.cpp b/kiosktool/kioskgui.cpp index 5233d7a..404ce0d 100644 --- a/kiosktool/kioskgui.cpp +++ b/kiosktool/kioskgui.cpp @@ -235,7 +235,7 @@ void KioskGui::slotDeleteProfile(TQListViewItem *item) int result = KMessageBox::warningContinueCancel(this, i18n("<qt>You are about to delete the profile <b>%1</b>.<p>" "Are you sure you want to do this?").arg(profile), - TQString(), KGuiItem(i18n("Delete"),"editdelete")); + TQString(), KGuiItem(i18n("Delete"),"edit-delete")); if (result == KMessageBox::Continue) { if (KioskRun::self()->deleteProfile(profile)) |