- Fixed an error when disabling upnp

- upnp is now disabled as a default
This commit is contained in:
Christophe Dumez
2007-03-29 13:51:15 +00:00
parent 3ea7685405
commit 3f01be8d6e
3 changed files with 13 additions and 2 deletions

View File

@@ -635,13 +635,22 @@
</property>
<item>
<widget class="QCheckBox" name="disableUPnP" >
<property name="enabled" >
<bool>true</bool>
</property>
<property name="text" >
<string>Disable UPnP port forwarding</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupUPnP" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="title" >
<string>UPnP configuration</string>
</property>