From 84584fc050ae1cbd86feb5179ab7aa095e1ee23b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 12 Oct 2014 17:49:37 -0500 Subject: [PATCH] Bring stop, lock, exit, and run icons into XDG compliance --- src/wlassistant.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);