Bring stop, lock, exit, and run icons into XDG compliance

pull/1/head
Timothy Pearson 10 years ago
parent ae89a2ab6b
commit 84584fc050

@ -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);

Loading…
Cancel
Save