mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
*** empty log message ***
This commit is contained in:
parent
dba1abc3a4
commit
25bb40ce57
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user