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 | 1aab22d8c2325be30d33c9d5f2f0d278b879797a (patch) | |
tree | 20da3351d6bbd7a9a367cde2b8646521dc05eb22 /src/fetch/fetchmanager.cpp | |
parent | ea114c7a26b3ef234831969c9ab886cd13cbbdfc (diff) | |
download | tellico-1aab22d8c2325be30d33c9d5f2f0d278b879797a.tar.gz tellico-1aab22d8c2325be30d33c9d5f2f0d278b879797a.zip |
Fix exec icon location and bring it into XDG compliancer14.0.0
Diffstat (limited to 'src/fetch/fetchmanager.cpp')
-rw-r--r-- | src/fetch/fetchmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fetch/fetchmanager.cpp b/src/fetch/fetchmanager.cpp index f51b51a..3903642 100644 --- a/src/fetch/fetchmanager.cpp +++ b/src/fetch/fetchmanager.cpp @@ -634,7 +634,7 @@ TQPixmap Manager::fetcherIcon(Fetch::Type type_, int group_, int size_) { case Entrez: name = favIcon("http://www.ncbi.nlm.nih.gov"); break; case ExecExternal: - name = TQString::fromLatin1("exec"); break; + name = TQString::fromLatin1("application-x-executable"); break; case Yahoo: name = favIcon("http://yahoo.com"); break; case AnimeNfo: |