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/newprofilewizardp12certselection.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/newprofilewizardp12certselection.ui')
-rw-r--r-- | src/newprofilewizardp12certselection.ui | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/newprofilewizardp12certselection.ui b/src/newprofilewizardp12certselection.ui index 3cdd3ca..69effee 100644 --- a/src/newprofilewizardp12certselection.ui +++ b/src/newprofilewizardp12certselection.ui @@ -42,9 +42,6 @@ <property name="text"> <string>Enable PKCS11 s&martcard support</string> </property> - <property name="accel"> - <string>Alt+M</string> - </property> <property name="toolTip" stdset="0"> <string></string> </property> @@ -70,9 +67,6 @@ <property name="text"> <string>&No</string> </property> - <property name="accel"> - <string>Alt+N</string> - </property> </widget> <widget class="TQRadioButton" row="0" column="0"> <property name="name"> @@ -81,9 +75,6 @@ <property name="text"> <string>&Yes</string> </property> - <property name="accel"> - <string>Alt+Y</string> - </property> <property name="checked"> <bool>true</bool> </property> |