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/profileciscooptionsbase.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/profileciscooptionsbase.ui')
| -rw-r--r-- | src/profileciscooptionsbase.ui | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/profileciscooptionsbase.ui b/src/profileciscooptionsbase.ui index 846fbc7..22ea41a 100644 --- a/src/profileciscooptionsbase.ui +++ b/src/profileciscooptionsbase.ui @@ -99,9 +99,6 @@ <property name="text"> <string>Application &version:</string> </property> - <property name="accel"> - <string>Alt+V</string> - </property> <property name="toolTip" stdset="0"> <string>Send an own application version string</string> </property> @@ -140,9 +137,6 @@ <property name="text"> <string>Use &local port for ISAKMP:</string> </property> - <property name="accel"> - <string>Alt+L</string> - </property> </widget> <spacer> <property name="name"> @@ -198,9 +192,6 @@ <property name="text"> <string>Disable &data encryption</string> </property> - <property name="accel"> - <string>Alt+D</string> - </property> <property name="toolTip" stdset="0"> <string>disables the encrytion for data</string> </property> @@ -342,9 +333,6 @@ <property name="text"> <string>Perfect for&ward secrecy (PFS):</string> </property> - <property name="accel"> - <string>Alt+W</string> - </property> <property name="toolTip" stdset="0"> <string>Use perfect forward secrety (PFS)</string> </property> @@ -409,9 +397,6 @@ dh18 = modp8192 (racoon only)</string> <property name="text"> <string>&Use global IPSec secret</string> </property> - <property name="accel"> - <string>Alt+U</string> - </property> <property name="toolTip" stdset="0"> <string>Use global IPSec secret from /etc/vpnc/default.conf</string> </property> @@ -464,9 +449,6 @@ dh18 = modp8192 (racoon only)</string> <property name="text"> <string>&IKE DH group:</string> </property> - <property name="accel"> - <string>Alt+I</string> - </property> <property name="toolTip" stdset="0"> <string>Use special Diffie Hellman group</string> </property> @@ -519,9 +501,6 @@ dh18 = modp8192 (only racoon)</string> <property name="text"> <string>E&nable interactive extended authentication</string> </property> - <property name="accel"> - <string>Alt+N</string> - </property> <property name="toolTip" stdset="0"> <string></string> </property> @@ -541,9 +520,6 @@ dh18 = modp8192 (only racoon)</string> <property name="text"> <string>Allow empt&y group password (insecure!)</string> </property> - <property name="accel"> - <string>Alt+Y</string> - </property> <property name="toolTip" stdset="0"> <string>Allow an empty group password (not recommended, insecure)</string> </property> @@ -619,9 +595,6 @@ dh18 = modp8192 (only racoon)</string> <property name="text"> <string>Enable DPD idle ti&meout:</string> </property> - <property name="accel"> - <string>Alt+M</string> - </property> <property name="toolTip" stdset="0"> <string>Use DPD (Dead Peer Detection)</string> </property> @@ -689,9 +662,6 @@ dh18 = modp8192 (only racoon)</string> <property name="text"> <string>Allow single DES encr&yption</string> </property> - <property name="accel"> - <string>Alt+Y</string> - </property> <property name="toolTip" stdset="0"> <string>Allow single DES encryption (insecure)</string> </property> |
