diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:47:49 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:47:49 -0500 |
commit | ed23a2a924aab44bb0a8eb786ba5c22ea6502ccf (patch) | |
tree | 88e7a5b5044ed83e34bc061d03bcd45f2365181f /src/option | |
parent | 33696d15ef821e45f24287ad62ad552bcf2046dc (diff) | |
download | k3b-ed23a2a924aab44bb0a8eb786ba5c22ea6502ccf.tar.gz k3b-ed23a2a924aab44bb0a8eb786ba5c22ea6502ccf.zip |
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'src/option')
-rw-r--r-- | src/option/k3bcddboptiontab.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/option/k3bcddboptiontab.cpp b/src/option/k3bcddboptiontab.cpp index e527481..2411ba0 100644 --- a/src/option/k3bcddboptiontab.cpp +++ b/src/option/k3bcddboptiontab.cpp @@ -88,11 +88,11 @@ K3bCddbOptionTab::K3bCddbOptionTab( TQWidget* parent, const char* name ) // set icons for the buttons m_buttonAddLocalDir->setPixmap( SmallIcon("ok") ); - m_buttonRemoveLocalDir->setPixmap( SmallIcon("stop") ); + m_buttonRemoveLocalDir->setPixmap( SmallIcon("process-stop") ); m_buttonLocalDirUp->setPixmap( SmallIcon("up") ); m_buttonLocalDirDown->setPixmap( SmallIcon("down") ); m_buttonAddCddbServer->setPixmap( SmallIcon("ok") ); - m_buttonRemoveCddbServer->setPixmap( SmallIcon("stop") ); + m_buttonRemoveCddbServer->setPixmap( SmallIcon("process-stop") ); m_buttonCddbServerUp->setPixmap( SmallIcon("up") ); m_buttonCddbServerDown->setPixmap( SmallIcon("down") ); |