Update SparkleAbout.cs

This commit is contained in:
Hylke Bons 2013-03-11 13:57:44 +00:00
parent 723c29fe95
commit 8a9114f46b

View file

@ -44,7 +44,6 @@ namespace SparkleShare {
WindowPosition = WindowPosition.Center;
Title = "About SparkleShare";
AppPaintable = true;
TypeHint = Gdk.WindowTypeHint.Dialog;
string image_path = new string [] { SparkleUI.AssetsPath, "pixmaps", "about.png" }.Combine ();