From 53415b0edb86401d1d37a07094e67c196876ae69 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 14:24:15 -0500 Subject: Fix exec icon location and bring it into XDG compliance --- src/torkview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 ); -- cgit v1.2.1