25 lines
1.5 KiB
Diff
25 lines
1.5 KiB
Diff
|
diff -ru fmit-0.97.7.orig/ui/ConfigForm.ui fmit-0.97.7/ui/ConfigForm.ui
|
||
|
--- fmit-0.97.7.orig/ui/ConfigForm.ui 2007-11-18 15:30:55.000000000 +0100
|
||
|
+++ fmit-0.97.7/ui/ConfigForm.ui 2008-02-18 14:39:59.000000000 +0100
|
||
|
@@ -499,13 +499,19 @@
|
||
|
<property name="whatsThis" stdset="0">
|
||
|
<string>Connect automaticaly FMIT to the following source at startup (eg. alsa_pcm:capture_1)</string>
|
||
|
</property>
|
||
|
+ <property name="checked">
|
||
|
+ <bool>true</bool>
|
||
|
+ </property>
|
||
|
</widget>
|
||
|
<widget class="QLineEdit">
|
||
|
<property name="name">
|
||
|
<cstring>ui_txtJACKSourcePort</cstring>
|
||
|
</property>
|
||
|
+ <property name="text">
|
||
|
+ <cstring>alsa_pcm:capture_1</cstring>
|
||
|
+ </property>
|
||
|
<property name="enabled">
|
||
|
- <bool>false</bool>
|
||
|
+ <bool>true</bool>
|
||
|
</property>
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy>
|