summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/wlassistant.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wlassistant.cpp b/src/wlassistant.cpp
index 36e2964..7913d67 100644
--- a/src/wlassistant.cpp
+++ b/src/wlassistant.cpp
@@ -955,7 +955,7 @@ TQString WirelessAssistant::runCommand( const TQStringList & cmd, int timeout, b
if (i==27) { // ca 2sec have passed and the process is still running. Replace the 'Close' button with 'Stop'.
disconnect(buttonClose, TQT_SIGNAL(clicked()),
this, TQT_SLOT(close()) );
- buttonClose->setIconSet( SmallIconSet("stop") );
+ buttonClose->setIconSet( SmallIconSet("process-stop") );
buttonClose->setText( i18n("&Stop") );
TQToolTip::remove
(buttonClose);