summaryrefslogtreecommitdiffstats
path: root/src/misc/k3bcdimagewritingdialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 14:24:06 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 14:24:06 -0500
commitcf5beda164b7393ee03d6d26c5b96df32bcf85e9 (patch)
tree5524d78e683fc69ef3360ae7d9770df6a642b028 /src/misc/k3bcdimagewritingdialog.cpp
parentead9eec7945acb3f34d2b3ce944b9f9b0c43c66c (diff)
downloadk3b-cf5beda164b7393ee03d6d26c5b96df32bcf85e9.tar.gz
k3b-cf5beda164b7393ee03d6d26c5b96df32bcf85e9.zip
Fix exec icon location and bring it into XDG compliance
Diffstat (limited to 'src/misc/k3bcdimagewritingdialog.cpp')
-rw-r--r--src/misc/k3bcdimagewritingdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/k3bcdimagewritingdialog.cpp b/src/misc/k3bcdimagewritingdialog.cpp
index 64e06f5..d7bb604 100644
--- a/src/misc/k3bcdimagewritingdialog.cpp
+++ b/src/misc/k3bcdimagewritingdialog.cpp
@@ -841,7 +841,7 @@ void K3bCdImageWritingDialog::calculateMd5Sum( const TQString& file )
d->md5SumItem->setText( 0, i18n("Md5 Sum:") );
d->md5SumItem->setForegroundColor( 0, palette().disabled().foreground() );
d->md5SumItem->setProgress( 1, 0 );
- d->md5SumItem->setPixmap( 0, SmallIcon( "exec") );
+ d->md5SumItem->setPixmap( 0, SmallIcon( "application-x-executable") );
if( file != d->lastCheckedFile ) {
d->lastCheckedFile = file;