diff options
author | Timothy Pearson <[email protected]> | 2014-10-22 13:24:45 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-22 13:24:45 -0500 |
commit | dc039dc0af763a79c171eedd622233356c7d3e07 (patch) | |
tree | f9518d677b07ebae862ba96aedf6ffbd6d52d657 | |
parent | 60bbd0b8b6a7a9356c970fdaa93f62ee263bfd92 (diff) | |
download | bibletime-dc039dc0af763a79c171eedd622233356c7d3e07.tar.gz bibletime-dc039dc0af763a79c171eedd622233356c7d3e07.zip |
Fix remaining issues from mimetype icon renamer14.0.0
-rw-r--r-- | bibletime/util/cresmgr.cpp | 2 |
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"; } } } |