about: fix compile error

This commit is contained in:
Hylke Bons 2011-06-09 13:17:46 +01:00
parent 5be306ce93
commit cc8a1d6860

View file

@ -75,7 +75,7 @@ namespace SparkleShare {
box.ModifyBg (StateType.Normal, new TreeView ().Style.Base (StateType.Normal));
Label header = new Label () {
Markup = "<span font_size='xx-large'>SparkleShare</span>\n<span fgcolor='" + secondary_text_color + "'><small>" + SparkleShare.SparkleController.Version + "</small></span>",
Markup = "<span font_size='xx-large'>SparkleShare</span>\n<span fgcolor='" + secondary_text_color + "'><small>" + SparkleShare.Controller.Version + "</small></span>",
Xalign = 0,
Xpad = 18,
Ypad = 18