+ Added check button to use TCP instead of UDP

Tim


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1134 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Tim Niemueller 2005-12-07 01:32:37 +00:00
parent 25ca1a0882
commit 5e613fff33

View file

@ -1492,7 +1492,7 @@ X.509 with Password Authentication</property>
<widget class="GtkExpander" id="openvpn-optional-information-expander">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="expanded">False</property>
<property name="expanded">True</property>
<property name="spacing">3</property>
<child>
@ -1683,6 +1683,25 @@ X.509 with Password Authentication</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkCheckButton" id="openvpn-use-tcp">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Use TCP connection</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
<property name="active">False</property>
<property name="inconsistent">False</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>