diff --git a/SparkleShare/Mac/SparkleEventLog.cs b/SparkleShare/Mac/SparkleEventLog.cs index 6393c1c9..214212a4 100755 --- a/SparkleShare/Mac/SparkleEventLog.cs +++ b/SparkleShare/Mac/SparkleEventLog.cs @@ -313,7 +313,7 @@ namespace SparkleShare { public void UpdateContent (string html) { - string pixmaps_path = "file://" + Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps"); + string pixmaps_path = "file://" + NSBundle.MainBundle.ResourcePath; html = html.Replace ("", "Lucida Grande"); html = html.Replace ("", "13.6px");