From dc039dc0af763a79c171eedd622233356c7d3e07 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 13:24:45 -0500 Subject: [PATCH] Fix remaining issues from mimetype icon rename --- bibletime/util/cresmgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } } }