diff options
author | Michele Calgaro <[email protected]> | 2022-09-09 09:40:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-09-09 09:40:50 +0900 |
commit | 324cedb508defc73acbf54296a5dbcc12fdc365e (patch) | |
tree | 0b75e46135749c5f755ff5c094e559ccd56e7893 /src/newprofilewizardopenvpn.ui | |
parent | be4246c8187d8ab5929aa948a31506aca121d246 (diff) | |
download | kvpnc-324cedb508defc73acbf54296a5dbcc12fdc365e.tar.gz kvpnc-324cedb508defc73acbf54296a5dbcc12fdc365e.zip |
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <[email protected]>
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> |