diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-09 09:40:50 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-09 09:42:05 +0900 |
| commit | 4d041456904c9bd4ed47a28109960ffc266d8642 (patch) | |
| tree | 46600b5df628bd99db9db3f895bd730352ee4731 /src/newprofilewizardopenvpn.ui | |
| parent | a0ff810ae65bb017d96bb42044b7bc2b77e5ec00 (diff) | |
| download | kvpnc-4d041456.tar.gz kvpnc-4d041456.zip | |
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 324cedb508defc73acbf54296a5dbcc12fdc365e)
Diffstat (limited to 'src/newprofilewizardopenvpn.ui')
| -rw-r--r-- | src/newprofilewizardopenvpn.ui | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/newprofilewizardopenvpn.ui b/src/newprofilewizardopenvpn.ui index 9517494..5b03185 100644 --- a/src/newprofilewizardopenvpn.ui +++ b/src/newprofilewizardopenvpn.ui @@ -92,9 +92,6 @@ <property name="text"> <string>Use TLS auth:</string> </property> - <property name="accel"> - <string></string> - </property> <property name="toolTip" stdset="0"> <string>Add an additional TLS authentication</string> </property> @@ -190,9 +187,6 @@ <property name="text"> <string>Accept onl&y peer with common name:</string> </property> - <property name="accel"> - <string>Alt+Y</string> - </property> <property name="toolTip" stdset="0"> <string>Accept connections only from a host with X509 name <br>or common name equal to specified name</string> </property> @@ -231,9 +225,6 @@ <property name="text"> <string>Allow IP address change of peer (for DHCP)</string> </property> - <property name="accel"> - <string></string> - </property> <property name="toolTip" stdset="0"> <string></string> </property> @@ -289,9 +280,6 @@ <property name="text"> <string>Disable L&ZO compression</string> </property> - <property name="accel"> - <string>Alt+Z</string> - </property> <property name="toolTip" stdset="0"> <string></string> </property> @@ -406,9 +394,6 @@ <property name="text"> <string>Re&quire peer ns cert type:</string> </property> - <property name="accel"> - <string>Alt+Q</string> - </property> <property name="toolTip" stdset="0"> <string>Require that peer certificate was signed with an explicit nsCertType destination of "client" or "server"</string> </property> @@ -540,9 +525,6 @@ <property name="text"> <string>Use &HTTP proxy</string> </property> - <property name="accel"> - <string>Alt+H</string> - </property> <property name="toolTip" stdset="0"> <string>Connect via HTTP proxy</string> </property> |
