summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 14:24:15 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 14:24:15 -0500
commit53415b0edb86401d1d37a07094e67c196876ae69 (patch)
tree106310fdebc54b59eb27fa8a20d008f83f81b178
parent7a5af0d89a410e1986ac0be81a8653449ebd0b0c (diff)
downloadtork-53415b0e.tar.gz
tork-53415b0e.zip
Fix exec icon location and bring it into XDG compliancer14.0.0
-rw-r--r--src/torkview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/torkview.cpp b/src/torkview.cpp
index bf5ebcc..c7a0d50 100644
--- a/src/torkview.cpp
+++ b/src/torkview.cpp
@@ -1118,7 +1118,7 @@ TQPixmap torkView::streamProgram(const TQString &program)
TQString prog = TDEGlobal::iconLoader()->iconPath(program, TDEIcon::Small, true);
if (prog.isEmpty())
- return SmallIcon( "exec" );
+ return SmallIcon( "application-x-executable" );
else
return SmallIcon( program );