2007-06-11 Christopher Aillon <caillon@redhat.com>
* properties/nm-vpnc-dialog.glade: Fix casing of the disable NAT checkbox git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2590 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:

committed by
Chris Aillon

parent
1486250e42
commit
b55f1323b7
@@ -1,3 +1,8 @@
|
|||||||
|
2007-06-11 Christopher Aillon <caillon@redhat.com>
|
||||||
|
|
||||||
|
* properties/nm-vpnc-dialog.glade:
|
||||||
|
Fix casing of the disable NAT checkbox
|
||||||
|
|
||||||
2007-04-04 Dan Williams <dcbw@redhat.com>
|
2007-04-04 Dan Williams <dcbw@redhat.com>
|
||||||
|
|
||||||
Patch from Denis Leroy <denis@poolshark.org>
|
Patch from Denis Leroy <denis@poolshark.org>
|
||||||
|
@@ -539,7 +539,7 @@
|
|||||||
<widget class="GtkCheckButton" id="vpnc-disable-natt">
|
<widget class="GtkCheckButton" id="vpnc-disable-natt">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
<property name="label" translatable="yes">Disable NAT _Traversal</property>
|
<property name="label" translatable="yes">Disable NAT _traversal</property>
|
||||||
<property name="use_underline">True</property>
|
<property name="use_underline">True</property>
|
||||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||||
<property name="focus_on_click">True</property>
|
<property name="focus_on_click">True</property>
|
||||||
|
Reference in New Issue
Block a user