summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 13:24:45 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 13:24:45 -0500
commitdc039dc0af763a79c171eedd622233356c7d3e07 (patch)
treef9518d677b07ebae862ba96aedf6ffbd6d52d657
parent60bbd0b8b6a7a9356c970fdaa93f62ee263bfd92 (diff)
downloadbibletime-dc039dc0.tar.gz
bibletime-dc039dc0.zip
Fix remaining issues from mimetype icon renamer14.0.0
-rw-r--r--bibletime/util/cresmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/util/cresmgr.cpp b/bibletime/util/cresmgr.cpp
index edefafe..7aac7af 100644
--- a/bibletime/util/cresmgr.cpp
+++ b/bibletime/util/cresmgr.cpp
@@ -718,7 +718,7 @@ namespace CResMgr {
const TQString icon = "unlock";
}
namespace aboutModule {
- const TQString icon = "info";
+ const TQString icon = "application-vnd.tde.info";
}
}
}