diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 14:24:15 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 14:24:15 -0500 |
commit | 53415b0edb86401d1d37a07094e67c196876ae69 (patch) | |
tree | 106310fdebc54b59eb27fa8a20d008f83f81b178 /src | |
parent | 7a5af0d89a410e1986ac0be81a8653449ebd0b0c (diff) | |
download | tork-53415b0edb86401d1d37a07094e67c196876ae69.tar.gz tork-53415b0edb86401d1d37a07094e67c196876ae69.zip |
Fix exec icon location and bring it into XDG compliancer14.0.0
Diffstat (limited to 'src')
-rw-r--r-- | src/torkview.cpp | 2 |
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 ); |