--- ..\27b1\turtleDemo.py Thu Mar 11 22:33:26 2010 +++ ..\demo2\turtleDemo.py Tue May 04 21:59:42 2010 @@ -212,7 +212,7 @@ self.text.delete("1.0", "end") self.text.insert("1.0",chars) direc, fname = os.path.split(filename) - self.root.title(fname[6:-3]+" - an xturtle example") + self.root.title(fname[6:-3]+" - a Python turtle graphics example") self.module = __import__(fname[:-3]) reload(self.module) self.configGUI(NORMAL, NORMAL, DISABLED, DISABLED,