Mark window title as translatable

This commit is contained in:
Łukasz Jernaś 2011-05-28 18:24:17 +02:00
parent 110ac9734c
commit 262cf11e93

View file

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