*** empty log message ***

This commit is contained in:
Mark Mine 2001-10-11 17:54:04 +00:00
parent dba1abc3a4
commit 25bb40ce57

View File

@ -103,7 +103,7 @@ def printDialogValue(value):
simpleDialog = YesNoDialog(text = 'Simple',
command = printDialogValue)
customValues = YesNoDialog(text = 'Simple',
customValues = YesNoDialog(text = 'Not Quite So Simple',
buttonValueList = ['Yes', 'No'],
command = printDialogValue)