diff options
author | Martin Willi <martin@strongswan.org> | 2008-08-20 12:02:53 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2008-08-20 12:02:53 +0000 |
commit | 6368a58ffc7839e063adf5abc6fe03da1da31b35 (patch) | |
tree | 0ee93d83952668bb51f489895e84e35364b97d10 | |
parent | 1b9f6c2410897a0cefe7efefd7b9b3140c3fc977 (diff) | |
download | strongswan-6368a58ffc7839e063adf5abc6fe03da1da31b35.tar.bz2 strongswan-6368a58ffc7839e063adf5abc6fe03da1da31b35.tar.xz |
added missing tooltip
-rw-r--r-- | src/charon/plugins/nm/gnome/properties/nm-strongswan-dialog.glade | 81 |
1 files changed, 41 insertions, 40 deletions
diff --git a/src/charon/plugins/nm/gnome/properties/nm-strongswan-dialog.glade b/src/charon/plugins/nm/gnome/properties/nm-strongswan-dialog.glade index 9d20e4e14..bffc88e66 100644 --- a/src/charon/plugins/nm/gnome/properties/nm-strongswan-dialog.glade +++ b/src/charon/plugins/nm/gnome/properties/nm-strongswan-dialog.glade @@ -37,14 +37,28 @@ <property name="column_spacing">6</property> <property name="row_spacing">6</property> <child> - <widget class="GtkLabel" id="address-label"> + <widget class="GtkFileChooserButton" id="certificate-button"> + <property name="visible">True</property> + <property name="tooltip_text">Gateway or CA certificate to use for gateway authentication.</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + </packing> + </child> + <child> + <widget class="GtkLabel" id="certificate-label"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">_Address:</property> + <property name="label" translatable="yes">_Certificate:</property> <property name="use_underline">True</property> - <property name="mnemonic_widget">address-entry</property> + <property name="mnemonic_widget">certificate-button</property> </widget> <packing> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> @@ -63,31 +77,18 @@ </packing> </child> <child> - <widget class="GtkLabel" id="certificate-label"> + <widget class="GtkLabel" id="address-label"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">_Certificate:</property> + <property name="label" translatable="yes">_Address:</property> <property name="use_underline">True</property> - <property name="mnemonic_widget">certificate-button</property> + <property name="mnemonic_widget">address-entry</property> </widget> <packing> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> - <child> - <widget class="GtkFileChooserButton" id="certificate-button"> - <property name="visible">True</property> - </widget> - <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> - </packing> - </child> </widget> </child> </widget> @@ -128,29 +129,14 @@ <property name="column_spacing">6</property> <property name="row_spacing">6</property> <child> - <widget class="GtkEntry" id="user-entry"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="has_tooltip">True</property> - <property name="tooltip_text">The username (identity) to use for authentication against the gateway.</property> - </widget> - <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> - <property name="y_options"></property> - </packing> - </child> - <child> - <widget class="GtkLabel" id="method-label"> + <widget class="GtkLabel" id="user-label"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">_Method:</property> + <property name="label" translatable="yes">_Username:</property> <property name="use_underline">True</property> - <property name="mnemonic_widget">method-combo</property> + <property name="mnemonic_widget">user-entry</property> </widget> <packing> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> @@ -170,18 +156,33 @@ </packing> </child> <child> - <widget class="GtkLabel" id="user-label"> + <widget class="GtkLabel" id="method-label"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">_Username:</property> + <property name="label" translatable="yes">_Method:</property> <property name="use_underline">True</property> - <property name="mnemonic_widget">user-entry</property> + <property name="mnemonic_widget">method-combo</property> </widget> <packing> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> + <child> + <widget class="GtkEntry" id="user-entry"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="has_tooltip">True</property> + <property name="tooltip_text">The username (identity) to use for authentication against the gateway.</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="y_options"></property> + </packing> + </child> </widget> </child> </widget> |