Fix compiler error

This commit is contained in:
Hylke Bons 2011-07-29 20:06:52 +01:00
parent c34990a564
commit a9ceb63280

View file

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