commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 01/06: grc: making qt-gui the default (Feat


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/06: grc: making qt-gui the default (Feature #634)
Date: Wed, 1 Oct 2014 19:32:59 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch master
in repository gnuradio.

commit 1cc5fcde337a3b10d6be4a71c26780cce0648c69
Author: Sebastian Koslowski <address@hidden>
Date:   Sat Jan 18 23:33:06 2014 +0100

    grc: making qt-gui the default (Feature #634)
---
 grc/blocks/options.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/grc/blocks/options.xml b/grc/blocks/options.xml
index 0c3a804..c1c94e4 100644
--- a/grc/blocks/options.xml
+++ b/grc/blocks/options.xml
@@ -58,17 +58,17 @@ else: self.stop(); self.wait()</callback>
        <param>
                <name>Generate Options</name>
                <key>generate_options</key>
-               <value>wx_gui</value>
+               <value>qt_gui</value>
                <type>enum</type>
                <option>
-                       <name>WX GUI</name>
-                       <key>wx_gui</key>
-               </option>
-               <option>
                        <name>QT GUI</name>
                        <key>qt_gui</key>
                </option>
                <option>
+                       <name>WX GUI</name>
+                       <key>wx_gui</key>
+               </option>
+               <option>
                        <name>No GUI</name>
                        <key>no_gui</key>
                </option>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]