Browse Source

*** empty log message ***

Mark Mine 24 years ago
parent
commit
25bb40ce57
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/gui/DirectGuiTest.py

+ 1 - 1
direct/src/gui/DirectGuiTest.py

@@ -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)