summaryrefslogtreecommitdiffstats
path: root/kamera
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:51:17 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:51:17 -0500
commit642b172d8e5f3d8ce905b71c5772da30fb215ae7 (patch)
treeb6bd562cdeca6f5066575276d1b390ffd80e18f3 /kamera
parentb45e7a0e5551fee5ef12850e526725c97f7459d1 (diff)
downloadtdegraphics-642b172d8e5f3d8ce905b71c5772da30fb215ae7.tar.gz
tdegraphics-642b172d8e5f3d8ce905b71c5772da30fb215ae7.zip
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'kamera')
-rw-r--r--kamera/kcontrol/kamera.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kamera/kcontrol/kamera.cpp b/kamera/kcontrol/kamera.cpp
index 8a127b8c..0fc9c22b 100644
--- a/kamera/kcontrol/kamera.cpp
+++ b/kamera/kcontrol/kamera.cpp
@@ -135,7 +135,7 @@ void KKameraConfig::displayGPSuccessDialogue(void)
act->setWhatsThis(i18n("Click this button to view a summary of the current status of the selected camera.<br><br>The availability of this feature and the contents of the Configuration dialog depend on the camera model."));
act->plug(m_toolbar);
m_toolbar->insertLineSeparator();
- act = new TDEAction(i18n("Cancel"), "stop", 0, TQT_TQOBJECT(this), TQT_SLOT(slot_cancelOperation()), m_actions, "camera_cancel");
+ act = new TDEAction(i18n("Cancel"), "process-stop", 0, TQT_TQOBJECT(this), TQT_SLOT(slot_cancelOperation()), m_actions, "camera_cancel");
act->setWhatsThis(i18n("Click this button to cancel the current camera operation."));
act->setEnabled(false);
act->plug(m_toolbar);