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 ();