From c856fe0106bcbcad871452014af2eb459a32e916 Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Mon, 18 Mar 2013 15:55:38 -0400
Subject: wxgui: Moved oscope and histogram bases into wxgui.

This makes gr-wxgui more like a normal component that generates a libgnuradio-wxgui.so file.
---
 gr-digital/examples/demod/digital_freq_lock.grc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'gr-digital/examples/demod/digital_freq_lock.grc')

diff --git a/gr-digital/examples/demod/digital_freq_lock.grc b/gr-digital/examples/demod/digital_freq_lock.grc
index 965768ece3..399d52488d 100644
--- a/gr-digital/examples/demod/digital_freq_lock.grc
+++ b/gr-digital/examples/demod/digital_freq_lock.grc
@@ -244,7 +244,7 @@
     </param>
     <param>
       <key>trig_mode</key>
-      <value>gr.gr_TRIG_MODE_AUTO</value>
+      <value>wxgui.TRIG_MODE_AUTO</value>
     </param>
     <param>
       <key>y_axis_label</key>
@@ -630,7 +630,7 @@
     </param>
     <param>
       <key>trig_mode</key>
-      <value>gr.gr_TRIG_MODE_AUTO</value>
+      <value>wxgui.TRIG_MODE_AUTO</value>
     </param>
     <param>
       <key>y_axis_label</key>
-- 
cgit v1.2.3