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/profileracoonoptionsbase.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/profileracoonoptionsbase.ui')
-rw-r--r-- | src/profileracoonoptionsbase.ui | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/profileracoonoptionsbase.ui b/src/profileracoonoptionsbase.ui index 3627da8..d8f78c1 100644 --- a/src/profileracoonoptionsbase.ui +++ b/src/profileracoonoptionsbase.ui @@ -81,9 +81,6 @@ <property name="text"> <string>&Use Mode Configuration</string> </property> - <property name="accel"> - <string>Alt+U</string> - </property> </widget> </hbox> </widget> @@ -207,9 +204,6 @@ <property name="text"> <string>Perfect forward secrec&y (PFS):</string> </property> - <property name="accel"> - <string>Alt+Y</string> - </property> <property name="toolTip" stdset="0"> <string>Use perfect forward secrety (PFS)</string> </property> @@ -283,9 +277,6 @@ <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> @@ -814,9 +805,6 @@ dh18 = modp8192 (only racoon)</string> <property name="text"> <string>Authenticate &with username and password (XAUTH)</string> </property> - <property name="accel"> - <string>Alt+W</string> - </property> <property name="toolTip" stdset="0"> <string>enable this if you want enable the XAUTh extension</string> </property> |