Update configuration file to not use inline comments
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Mon, 5 Jan 2009 18:59:27 +0000 (18:59 +0000)
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Mon, 5 Jan 2009 18:59:27 +0000 (18:59 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10194 221aa14e-8319-0410-a670-987f0aec2ac5

gr-wxgui/gr-wxgui.conf

index 6dcc54d2c6cb932966db76e9d6d7ae9a53f8be0d..da458238fdb201a0f306c08eea4865daf0f9ca8e 100644 (file)
@@ -3,6 +3,11 @@
 # ~/.gnuradio/config.conf
 
 [wxgui]
-style = auto      # 'gl', 'nongl', or 'auto'
-fft_rate = 15    # fftsink and waterfallsink
-frame_decim = 1   # scopesink
+# 'gl', 'nongl', or 'auto'
+style = auto
+
+# fftsink and waterfallsink
+fft_rate = 15
+
+# scopesink
+frame_decim = 1