From 2cb48ba745e1d99db14e2f50b105c1b7a7727611 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Tue, 18 Dec 2012 13:06:46 +0100 Subject: [PATCH] mac eventlog: fix action images not appearing --- SparkleShare/Mac/SparkleEventLog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");