Browse Source

Corrected the name of component

pull/91/head
Roshgar 9 years ago
parent
commit
6096ddfa60
1 changed files with 1 additions and 1 deletions
  1. 2
      gooey/python_bindings/argparse_to_json.py

2
gooey/python_bindings/argparse_to_json.py

@ -25,7 +25,7 @@ VALID_WIDGETS = (
'Counter', 'Counter',
'RadioGroup', 'RadioGroup',
'CheckBox', 'CheckBox',
'MultiDirDialog'
'MultiDirChooser'
) )

Loading…
Cancel
Save