Use a title for [window]

This commit is contained in:
Hylke Bons 2011-03-21 10:13:42 +00:00
parent 296ce8dbcf
commit d51b984617

View file

@ -37,6 +37,7 @@ namespace SparkleShare {
public SparkleWindow () : base ("")
{
Title = "SparkleShare Setup";
BorderWidth = 0;
IconName = "folder-sparkleshare";
Resizable = false;