mac eventlog: fix action images not appearing

This commit is contained in:
Hylke Bons 2012-12-18 13:06:46 +01:00
parent 95ed386e05
commit 2cb48ba745

View file

@ -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 ("<!-- $body-font-family -->", "Lucida Grande");
html = html.Replace ("<!-- $day-entry-header-font-size -->", "13.6px");