From a1e4d136f860b03abcafc7bf2e2d65b412bc13cd Mon Sep 17 00:00:00 2001 From: JCTutorius Date: Sun, 27 Dec 2009 19:32:14 +0000 Subject: Merge branch 'master' of gitorious@git.sugarlabs.org:tutorius/mainline --- (limited to 'addons/messagebuttonnext.py') diff --git a/addons/messagebuttonnext.py b/addons/messagebuttonnext.py index 40e55c2..37d86b4 100644 --- a/addons/messagebuttonnext.py +++ b/addons/messagebuttonnext.py @@ -29,7 +29,7 @@ class MessageButtonNext(EventFilter): MessageButtonNext """ # set message - message = TStringProperty("Message") + message = TStringProperty("Click next to continue") # create the position as an array of fixed-size 2 position = TArrayProperty((0,0), 2, 2) @@ -95,7 +95,7 @@ __event__ = { "display_name" : "Message button next", "icon" : "message-bubble", "class" : MessageButtonNext, - "mandatory_props" : ["message"] + "mandatory_props" : [] } class MsgNext(gtk.EventBox): -- cgit v0.9.1