Parent Directory
|
Revision Log
|
Patch
revision 1360 by jpye, Tue Mar 27 00:33:21 2007 UTC | revision 1361 by jpye, Tue Mar 27 00:47:08 2007 UTC | |
---|---|---|
# | Line 55 class RelPropsWin: | Line 55 class RelPropsWin: |
55 | for i in c: | for i in c: |
56 | text += "%s = %s\n" % (self.browser.sim.getInstanceName(i), i.getValue()) | text += "%s = %s\n" % (self.browser.sim.getInstanceName(i), i.getValue()) |
57 | else: | else: |
58 | text += "This variable has no 'child' properties" | text += "This relation has no 'child' properties" |
59 | _dialog = InfoDialog(self.browser,self.window,text,title) | _dialog = InfoDialog(self.browser,self.window,text,title) |
60 | _dialog.run() | _dialog.run() |
61 |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |