Fix exec icon location and bring it into XDG compliance

pull/2/head r14.0.0
Timothy Pearson 10 years ago
parent 7a5af0d89a
commit 53415b0edb

@ -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 );

Loading…
Cancel
Save