diff options
Diffstat (limited to 'grc/data/platforms/python/blocks/variable_slider.xml')
-rw-r--r-- | grc/data/platforms/python/blocks/variable_slider.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/data/platforms/python/blocks/variable_slider.xml b/grc/data/platforms/python/blocks/variable_slider.xml index 27ac7ea5e..635f3ed4c 100644 --- a/grc/data/platforms/python/blocks/variable_slider.xml +++ b/grc/data/platforms/python/blocks/variable_slider.xml @@ -14,7 +14,7 @@ _$(id)_control = grc_wxgui.slider_$(slider_type)_control( #if $label.eval label=$label, #else - label="$id", + label='$id', #end if value=$id, min=$min, |