From a9ceb63280d0a305ad989b080e60057c310405d0 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Fri, 29 Jul 2011 20:06:52 +0100 Subject: [PATCH] Fix compiler error --- SparkleShare/SparkleAbout.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleAbout.cs b/SparkleShare/SparkleAbout.cs index af76eb08..15d93480 100644 --- a/SparkleShare/SparkleAbout.cs +++ b/SparkleShare/SparkleAbout.cs @@ -53,7 +53,7 @@ namespace SparkleShare { Title = _("About SparkleShare"); AppPaintable = true; - string image_path = System.IO.Path.Combine (new string {SparkleUI.AssetsPath, + string image_path = System.IO.Path.Combine (new string [] {SparkleUI.AssetsPath, "pixmaps", "about.png"}); Realize ();