summaryrefslogtreecommitdiff
path: root/grc/data/platforms/python/blocks/variable_slider.xml
diff options
context:
space:
mode:
Diffstat (limited to 'grc/data/platforms/python/blocks/variable_slider.xml')
-rw-r--r--grc/data/platforms/python/blocks/variable_slider.xml2
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,