setup: remove some strings

This commit is contained in:
Hylke Bons 2012-02-15 22:18:08 +01:00
parent 9dee454773
commit 3120758bfd

View file

@ -211,7 +211,7 @@ namespace SparkleShare {
TextColor = NSColor.DisabledControlText,
Editable = false,
Frame = new RectangleF (190 + 196 + 16, Frame.Height - 355, 204, 17),
StringValue = "e.g. rupert/website-design",
StringValue = "",
Font = NSFontManager.SharedFontManager.FontWithFamily
("Lucida Grande", NSFontTraitMask.Condensed, 0, 11)
};
@ -222,7 +222,7 @@ namespace SparkleShare {
TextColor = NSColor.DisabledControlText,
Editable = false,
Frame = new RectangleF (190, Frame.Height - 355, 204, 17),
StringValue = "e.g. rupert/website-design",
StringValue = "",
Font = NSFontManager.SharedFontManager.FontWithFamily
("Lucida Grande", NSFontTraitMask.Condensed, 0, 11)
};