summaryrefslogtreecommitdiffstats
path: root/kig
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:51:05 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:51:05 -0500
commit75cfc55a309c0f644baa389621d8c90063c180ab (patch)
treea88b7c97bb9e42916e959ada129a261941a13253 /kig
parenta1155443640efe9db201c47cc0bf280f1a3dffa5 (diff)
downloadtdeedu-75cfc55a309c0f644baa389621d8c90063c180ab.tar.gz
tdeedu-75cfc55a309c0f644baa389621d8c90063c180ab.zip
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'kig')
-rw-r--r--kig/kig/kig_part.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kig/kig/kig_part.cpp b/kig/kig/kig_part.cpp
index 3d830a70..393ccfb9 100644
--- a/kig/kig/kig_part.cpp
+++ b/kig/kig/kig_part.cpp
@@ -233,7 +233,7 @@ void KigPart::setupActions()
aDeleteObjects->setToolTip(i18n("Delete the selected objects"));
aCancelConstruction = new TDEAction(
- i18n("Cancel Construction"), "stop", Key_Escape, this,
+ i18n("Cancel Construction"), "process-stop", Key_Escape, this,
TQT_SLOT(cancelConstruction()), actionCollection(), "cancel_construction");
aCancelConstruction->setToolTip(
i18n("Cancel the construction of the object being constructed"));